http://bugzilla.novell.com/show_bug.cgi?id=527936 Summary: xemacs ignores .xemacs/custom.el Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: pth@novell.com ReportedBy: wharms@bfs.de QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.11) Gecko/2009060200 SUSE/3.0.11-0.1.1 Firefox/3.0.11 at startup .xemacs should load init.el and custom.el. i used strace -o xxx xemacs to see if custom.el is open at all and found that the programm is opening inil.el very often: grep init.el xxx | wc -l 2197 my .xemacs/custom.el ;; LINUX_C_MODE (defun linux-c-mode () "C mode with adjusted defaults for use with the Linux kernel." (interactive) (c-mode) (c-set-style "K&R") (setq c-basic-offset 8)) Reproducible: Always Steps to Reproduce: 1. strace -o xxx xemacs 2. 3. Actual Results: custom.el is never used and init.el is used in a loop -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.