From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Stewart Newsgroups: gmane.emacs.help Subject: Term can't handle unicode completion. Date: Sat, 20 Sep 2008 03:13:59 +0800 Organization: Bentium Ltd. (CN99) Message-ID: <87zlm4lzig.fsf@manatee.domain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1221871288 21208 80.91.229.12 (20 Sep 2008 00:41:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Sep 2008 00:41:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 20 02:42:25 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KgqYK-0003pm-8W for geh-help-gnu-emacs@m.gmane.org; Sat, 20 Sep 2008 02:42:24 +0200 Original-Received: from localhost ([127.0.0.1]:39416 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgqXI-0007nm-J3 for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Sep 2008 20:41:20 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!news.neu.edu.cn!news.cn99.com!manatee.domain!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-NNTP-Posting-Host: 222.212.132.25 Original-X-Trace: news.cn99.com 1221869281 7178 222.212.132.25 (20 Sep 2008 00:08:01 GMT) Original-X-Complaints-To: usenet@news.cn99.com Original-NNTP-Posting-Date: Sat, 20 Sep 2008 00:08:01 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:DyxzUSWtVARvxdmOrD9wBzhlvMY= Original-Xref: news.stanford.edu gnu.emacs.help:162483 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:57824 Archived-At: Hi, everyone! I use term in Emacs with bash or zsh. I have found a bug: "term can't unicode completion". ------------------------------> Bug details start <------------------------------ If i have a directory like this: /data/EnglishDirectory/ Because 'EnglishDirectory' is beginning with 'E', I type TAB in term after /data/E , term can completion with /data/EnglishDirectory/. And now everything is okay. But when directory name is beginning with unicode, like Chinese. Term will ignore unicode and can't completion directory name that beginning with unicode. ------------------------------> Bug details end <------------------------------ And file have same problem in term. Thanks for your help! :) Andy.