[Bug 527936] New: xemacs ignores .xemacs/custom.el
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.
http://bugzilla.novell.com/show_bug.cgi?id=527936 User wharms@bfs.de added comment http://bugzilla.novell.com/show_bug.cgi?id=527936#c1 --- Comment #1 from a b <wharms@bfs.de> 2009-08-04 05:36:25 MDT --- i forgot to mention that when i disable the init.el handling in xinit.el, it seems to work again. (progn (if (file-readable-p "~/.xemacs/Xinit.el") (load "~/.xemacs/Xinit.el" nil t)) ) -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=527936 Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|pth@novell.com |hvogel@novell.com -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=527936 http://bugzilla.novell.com/show_bug.cgi?id=527936#c Hendrik Vogelsang <hvogel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|hvogel@novell.com |rhaidl@novell.com -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=527936 http://bugzilla.novell.com/show_bug.cgi?id=527936#c Hendrik Vogelsang <hvogel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hvogel@novell.com AssignedTo|rhaidl@novell.com |werner@novell.com -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=527936 http://bugzilla.novell.com/show_bug.cgi?id=527936#c2 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|werner@novell.com |rhaidl@novell.com --- Comment #2 from Dr. Werner Fink <werner@novell.com> 2009-11-27 13:08:08 UTC --- I'm not maintainer of XEmacs -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=527936 Roland Haidl <roland.haidl@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|roland.haidl@suse.com |ke@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=527936 Roland Haidl <roland.haidl@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |roland.haidl@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=527936 Karl Eichwalder <ke@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ke@suse.com Assignee|ke@suse.com |werner@suse.com --- Comment #3 from Karl Eichwalder <ke@suse.com> --- (In reply to Werner Fink from comment #2)
I'm not maintainer of XEmacs
Werner, I'm not sure whether that's still an issue, but according to osc you are now (again?) the xemacs maintainer: osc maintainer openSUSE:Factory xemacs bugowner of M17N/xemacs : WernerFink maintainer of M17N/xemacs : WernerFink If that's outdated info, please reassign the bug. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com