Bug 74230

Summary: Emacs 21.2 menu should fontset enabled.
Product: [Fedora] Fedora Reporter: Nakai <ynakai>
Component: emacsAssignee: Jens Petersen <petersen>
Status: CLOSED DEFERRED QA Contact: Jay Turner <jturner>
Severity: medium Docs Contact:
Priority: medium    
Version: 1CC: eng-i18n-bugs, srevivo, yamato
Target Milestone: ---Keywords: MoveUpstream
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-04-15 14:41:22 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
fontset patch for emacs menu
none
Resource search path order fix (ex. ja_JP.eucJP -> ja_JP -> ja)
none
Japanese Resource file for Emacs21.2
none
/usr/share/emacs/site-lisp/lang/lang-ja.el update none

Description Nakai 2002-09-18 10:54:48 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.0.1) Gecko/20020830

Description of problem:
Emacs 21.2 has a framework to localize menu, but menu is not
fontset available yet, so CJK will broken at localized.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Run Emacs 21.2 in Japanese locale.
2. Menus gets scrambled.
3. .....
	

Actual Results:  Menu gets scrambled.

Expected Results:  Menu should support fontset.

Additional info:

This patch has codes that will not affect other langugage
environment as much as possible.

Comment 1 Nakai 2002-09-18 10:56:25 UTC
Created attachment 76484 [details]
fontset patch for emacs menu

Comment 2 Nakai 2002-10-18 11:22:27 UTC
Created attachment 80924 [details]
Resource search path order fix (ex. ja_JP.eucJP -> ja_JP -> ja)

Comment 3 Nakai 2002-10-18 11:24:01 UTC
Created attachment 80925 [details]
Japanese Resource file for Emacs21.2

Comment 4 Nakai 2002-10-18 11:25:10 UTC
Created attachment 80926 [details]
/usr/share/emacs/site-lisp/lang/lang-ja.el update

Comment 5 Nakai 2002-10-18 11:27:41 UTC
Above Japanese Emacs resource should be at
/usr/X11R6/lib/X11/ja/app-defaults/Emacs

Comment 6 Nakai 2003-01-17 10:07:11 UTC
Those patch will make C-x 5 2 broken.
So hold on.

Comment 7 Jens Petersen 2004-04-15 14:41:22 UTC
This will probably be much easier when we have gtk2 based Emacs.
Deferring it for now: perhaps it can be revisited at that time.