From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Completion with M-Tab for custom type 'directory Date: Sun, 03 Jul 2005 21:03:08 +0200 Message-ID: <42C8366C.4090901@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1120418963 3902 80.91.229.2 (3 Jul 2005 19:29:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 3 Jul 2005 19:29:23 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 03 21:29:22 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DpA9X-00046h-Hx for ged-emacs-devel@m.gmane.org; Sun, 03 Jul 2005 21:29:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DpAAh-0006Ru-RK for ged-emacs-devel@m.gmane.org; Sun, 03 Jul 2005 15:30:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DpAAT-0006NV-1l for emacs-devel@gnu.org; Sun, 03 Jul 2005 15:30:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DpAAR-0006L0-7s for emacs-devel@gnu.org; Sun, 03 Jul 2005 15:30:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DpA5l-0003oq-Ij for emacs-devel@gnu.org; Sun, 03 Jul 2005 15:25:25 -0400 Original-Received: from [81.228.8.83] (helo=pne-smtpout1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dp9pt-00034W-AJ for emacs-devel@gnu.org; Sun, 03 Jul 2005 15:09:01 -0400 Original-Received: from [192.168.123.121] (83.249.205.6) by pne-smtpout1-sn2.hy.skanova.net (7.2.060.1) id 42BFBBD2001385E3 for emacs-devel@gnu.org; Sun, 3 Jul 2005 21:03:12 +0200 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:40249 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40249 In Info `directory' The value must be a directory name, and you can do completion with `M-'. Does this work? On w32 I can of course not do M-Tab, but I have another meta-key to, but that does not seem to work. Could it be bound to something useful instead? M-k for example?