unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#967: 23.0.60; Term.el can't handle Chinese directory and file.
@ 2008-09-12  4:45 ` Andy Stewart
  2008-09-25  0:17   ` bug#967: marked as done (23.0.60; Term.el can't handle Chinese directory and file.) Emacs bug Tracking System
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Stewart @ 2008-09-12  4:45 UTC (permalink / raw)
  To: emacs-pretest-bug

term.el can't handle Chinese directory of file.

Example, I have a two directory like this:

/data/EnglishDirectory
/data/中文目录

Default in term-mode, if i type /data/En then i hit TAB key, term will complete to /data/EnglishDirectory/.
But if need complete directory's name is lead with Chinese, term can't complete Chinese directory name.
Example, when i type /data/中 and hit TAB, term can't complete 中文目录/, just stop cursor before '中'.

And same problem with file that lead with Chinese.

And have another bug with Chinese directory and file is:
When I type command 'cd /data/中文目录/' and hit RET, term can't cd the taget directory '/data/中文目录/', just cd '/data/'.
But if i type caommand 'cd /data/中文目录/' and M-x term-send-input, term can cd the target directory '/data/中文目录/'.

Thank you very much! :)

Regards.

Andy.


In GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.12.11)
 of 2008-09-10 on manatee
Windowing system distributor `The X.Org Foundation', version 11.0.10402000
configured using `configure  '--prefix=/home/andy/MyEmacs/Common' '--with-x' '--with-x-toolkit=gtk' '--enable-font-backend' '--with-freetype' '--with-xft' '--with-xpm' '--with-jpeg' '--with-png' '--with-gif' '--with-tiff' '--with-dbus''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: zh_CN.UTF-8
  value of $XMODIFIERS: @im=SCIM
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  auto-image-file-mode: t
  minibuffer-depth-indicate-mode: t
  savehist-mode: t
  display-time-mode: t
  show-paren-mode: t
  icicle-mode: t
  recentf-mode: t
  change-cursor-mode: t
  scroll-mode-line-mode: t
  tabbar-mwheel-mode: t
  tabbar-mode: t
  global-hl-line-mode: t
  which-function-mode: t
  yas/minor-mode: t
  shell-dirtrack-mode: t
  pabbrev-mode: t
  eldoc-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  size-indication-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t
  hs-minor-mode: t

Recent input:
M-X M-X C-c p g j j j j j j j j j j j j j j j j j f 
q M-x e m a c s - r e <tab> M-N b g u <tab> M-N b u 
<tab> M-N M-N M-N r e <tab> p o <tab> r t <tab> b u 
<tab> RET

Recent messages:
Finish loading.  Resume in window [1]
Switch to window[1]
Newsticker started!
Loading /home/andy/.emacs.d/emms/cache...done
Toggling linum-mode off; better pass an explicit argument.
Toggling paredit-mode off; better pass an explicit argument.
For information about GNU Emacs and the GNU system, type C-h C-a.
Switch to window[1]
Startup with window[1]
This keybindings of EMMS type ? for help.






^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#967: marked as done (23.0.60; Term.el can't handle Chinese  directory and file.)
  2008-09-12  4:45 ` bug#967: 23.0.60; Term.el can't handle Chinese directory and file Andy Stewart
@ 2008-09-25  0:17   ` Emacs bug Tracking System
  0 siblings, 0 replies; 2+ messages in thread
From: Emacs bug Tracking System @ 2008-09-25  0:17 UTC (permalink / raw)
  To: Chong Yidong

[-- Attachment #1: Type: text/plain, Size: 873 bytes --]


Your message dated Wed, 24 Sep 2008 20:14:28 -0400
with message-id <87fxnphyjf.fsf@cyd.mit.edu>
and subject line Re: 23.0.60; Term.el can't handle Chinese directory and file.
has caused the Emacs bug report #967,
regarding 23.0.60; Term.el can't handle Chinese directory and file.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
967: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=967
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 6276 bytes --]

From: Andy Stewart <lazycat.manatee@gmail.com>
To: emacs-pretest-bug@gnu.org
Subject: 23.0.60; Term.el can't handle Chinese directory and file.
Date: Fri, 12 Sep 2008 12:45:58 +0800
Message-ID: <87myiet1ix.fsf@manatee.domain>

term.el can't handle Chinese directory of file.

Example, I have a two directory like this:

/data/EnglishDirectory
/data/中文目录

Default in term-mode, if i type /data/En then i hit TAB key, term will complete to /data/EnglishDirectory/.
But if need complete directory's name is lead with Chinese, term can't complete Chinese directory name.
Example, when i type /data/中 and hit TAB, term can't complete 中文目录/, just stop cursor before '中'.

And same problem with file that lead with Chinese.

And have another bug with Chinese directory and file is:
When I type command 'cd /data/中文目录/' and hit RET, term can't cd the taget directory '/data/中文目录/', just cd '/data/'.
But if i type caommand 'cd /data/中文目录/' and M-x term-send-input, term can cd the target directory '/data/中文目录/'.

Thank you very much! :)

Regards.

Andy.


In GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.12.11)
 of 2008-09-10 on manatee
Windowing system distributor `The X.Org Foundation', version 11.0.10402000
configured using `configure  '--prefix=/home/andy/MyEmacs/Common' '--with-x' '--with-x-toolkit=gtk' '--enable-font-backend' '--with-freetype' '--with-xft' '--with-xpm' '--with-jpeg' '--with-png' '--with-gif' '--with-tiff' '--with-dbus''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: zh_CN.UTF-8
  value of $XMODIFIERS: @im=SCIM
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  auto-image-file-mode: t
  minibuffer-depth-indicate-mode: t
  savehist-mode: t
  display-time-mode: t
  show-paren-mode: t
  icicle-mode: t
  recentf-mode: t
  change-cursor-mode: t
  scroll-mode-line-mode: t
  tabbar-mwheel-mode: t
  tabbar-mode: t
  global-hl-line-mode: t
  which-function-mode: t
  yas/minor-mode: t
  shell-dirtrack-mode: t
  pabbrev-mode: t
  eldoc-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  size-indication-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t
  hs-minor-mode: t

Recent input:
M-X M-X C-c p g j j j j j j j j j j j j j j j j j f 
q M-x e m a c s - r e <tab> M-N b g u <tab> M-N b u 
<tab> M-N M-N M-N r e <tab> p o <tab> r t <tab> b u 
<tab> RET

Recent messages:
Finish loading.  Resume in window [1]
Switch to window[1]
Newsticker started!
Loading /home/andy/.emacs.d/emms/cache...done
Toggling linum-mode off; better pass an explicit argument.
Toggling paredit-mode off; better pass an explicit argument.
For information about GNU Emacs and the GNU system, type C-h C-a.
Switch to window[1]
Startup with window[1]
This keybindings of EMMS type ? for help.



[-- Attachment #3: Type: message/rfc822, Size: 1150 bytes --]

From: Chong Yidong <cyd@stupidchicken.com>
To: Andy Stewart <lazycat.manatee@gmail.com>
Cc: 967-done@emacsbugs.donarmstrong.com
Subject: Re: 23.0.60; Term.el can't handle Chinese directory and file.
Date: Wed, 24 Sep 2008 20:14:28 -0400
Message-ID: <87fxnphyjf.fsf@cyd.mit.edu>

> term.el can't handle Chinese directory of file.

I just checked in a patch by Andreas Politz for a different issue; I
believe that patch fixes this bug as well.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-25  0:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <87fxnphyjf.fsf@cyd.mit.edu>
2008-09-12  4:45 ` bug#967: 23.0.60; Term.el can't handle Chinese directory and file Andy Stewart
2008-09-25  0:17   ` bug#967: marked as done (23.0.60; Term.el can't handle Chinese directory and file.) Emacs bug Tracking System

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).