From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: syntax table in minibuffer Date: Sat, 10 Sep 2011 08:00:52 +0900 (JST) Organization: Red Hat Japan, Inc. Message-ID: <20110910.080052.2096906504209212106.yamato@redhat.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1315609265 6898 80.91.229.12 (9 Sep 2011 23:01:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 9 Sep 2011 23:01:05 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 10 01:01:01 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R2A4D-0000ls-DW for ged-emacs-devel@m.gmane.org; Sat, 10 Sep 2011 01:01:01 +0200 Original-Received: from localhost ([::1]:56429 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2A4C-0000yy-QH for ged-emacs-devel@m.gmane.org; Fri, 09 Sep 2011 19:01:00 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2A49-0000yg-UG for emacs-devel@gnu.org; Fri, 09 Sep 2011 19:00:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R2A48-00019D-Rj for emacs-devel@gnu.org; Fri, 09 Sep 2011 19:00:57 -0400 Original-Received: from mx1.redhat.com ([209.132.183.28]:60196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R2A48-000195-Kq for emacs-devel@gnu.org; Fri, 09 Sep 2011 19:00:56 -0400 Original-Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p89N0t09022704 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 9 Sep 2011 19:00:55 -0400 Original-Received: from localhost (vpn1-5-142.sin2.redhat.com [10.67.5.142]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p89N0reL013702 for ; Fri, 9 Sep 2011 19:00:54 -0400 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:143832 Archived-At: Hi, When emacs reading file name, I'd like to make the point in minibuffer to "/", the file name separator, with \M-\C-b and \M-\C-f. Do you want, too? In my knowledge, I have to modify syntax table for minibuffer for doing that. However, I cannot find something link `minibuffer-local-filename-syntax-table'. Could you give me hints for that? Masatake YAMATO