[Bug 279822] New: xemacs fails to start properly into systems with portuguese locale

https://bugzilla.novell.com/show_bug.cgi?id=279822 Summary: xemacs fails to start properly into systems with portuguese locale Product: openSUSE 10.2 Version: Final Platform: i686 OS/Version: openSUSE 10.2 Status: NEW Severity: Major Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: necron@bol.com.br QAContact: qa@suse.de A small typo in /usr/share/xemacs/site-packages/lisp/site-start.el makes xemacs impossible to use on any system with portuguese(pt) or portuguese brazilian(pt_BR) locale. When you try to start xemacs, minibuffer shows: Invalid argument: Language environment not defined, "Portuguese" After this, xemacs ignore init.el and custom.el, it doesn't even apply the X11 setting(Xresources) fully, minibuffer becomes locked and customize mode do not save anymore. -- Reproduction Open a terminal and type: felipe@CapEnt:~> export LANG="pt_BR" felipe@CapEnt:~> xemacs -- Xemacs version 21.5.27.20060705-26 who comes with suse. This bug is specific from suse. -- Fix\patch The source of the problem is suse's specific site-start.el, line 238, who misspelled "Portuguese" with "Portugese". Once correct, xemacs becomes normal. --- site-start.el 2006-11-27 19:43:06.000000000 -0200 +++ site-start.el.new 2007-05-29 00:15:31.000000000 -0300 @@ -235,7 +235,7 @@ ((string-match "pl" (getenv "LANG")) (set-language-environment "Polish")) ((string-match "pt" (getenv "LANG")) - (set-language-environment "Portugese")) + (set-language-environment "Portuguese")) ((string-match "ro" (getenv "LANG")) (set-language-environment "Romanian")) ((string-match "sk" (getenv "LANG")) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.

https://bugzilla.novell.com/show_bug.cgi?id=279822 mhorvath@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |werner@novell.com |screening@forge.provo.novell| |.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.

https://bugzilla.novell.com/show_bug.cgi?id=279822 werner@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|werner@novell.com |mfabian@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.

https://bugzilla.novell.com/show_bug.cgi?id=279822 mfabian@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.

https://bugzilla.novell.com/show_bug.cgi?id=279822 mfabian@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Comment #1 from mfabian@novell.com 2007-06-04 04:43 MST ------- Thank you very much for the fix! A fixed package (updated to xemacs 21.5.28) is submitted to STABLE/Factory and the openSUSE build service now. Available soon at http://software.opensuse.org/download/M17N/ Closing as FIXED. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com