Bug 112384 - dired problem of ports editors/emacs20 in Japanese environment
Summary: dired problem of ports editors/emacs20 in Japanese environment
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Andrey Slusar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-03 17:00 UTC by Yutaka NAGAI
Modified: 2007-05-31 19:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.07 KB, patch)
2007-05-03 17:00 UTC, Yutaka NAGAI
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yutaka NAGAI 2007-05-03 17:00:08 UTC
When environment variable LANG is ja_JP.eucJP,
in dired-mode of emacs20 installed from ports collection,
the selectoin of file/directory fails.

Fix: modifying /usr/ports/emacs20/files/patch-lisp::dired.el
by the following patch.



Patch attached with submission follows:
How-To-Repeat: in csh
setenv LANG ja_JP.eucJP
emacs20

in emacs
open directory and use dired
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-05-29 16:20:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anray

he want lisp pr's.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-05-31 19:17:26 UTC
anray       2007-05-31 18:17:19 UTC

  FreeBSD ports repository

  Modified files:
    editors/emacs20      Makefile 
    editors/emacs20/files patch-lisp::dired.el 
  Log:
  Fix dired selection of file/directory when environment variable LANG
  is ja_JP.eucJP
  
  PR:             ports/112384
  Submitted by:   Yutaka NAGAI <nagai at ee.uec.ac.jp>
  
  Revision  Changes    Path
  1.77      +1 -1      ports/editors/emacs20/Makefile
  1.2       +1 -1      ports/editors/emacs20/files/patch-lisp::dired.el
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Andrey Slusar freebsd_committer freebsd_triage 2007-05-31 19:19:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!