From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.help Subject: Re: dired-do-touch Date: Thu, 23 Aug 2007 22:06:22 +0200 Message-ID: <46CDE8BE.8070604@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1187899659 23207 80.91.229.12 (23 Aug 2007 20:07:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Aug 2007 20:07:39 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: sean.sieger@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 23 22:07:37 2007 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 1IOIxp-000074-Tl for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Aug 2007 22:07:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOIxp-00064E-7v for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Aug 2007 16:07:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IOIxb-00061p-Oy for help-gnu-emacs@gnu.org; Thu, 23 Aug 2007 16:07:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IOIxb-000612-9C for help-gnu-emacs@gnu.org; Thu, 23 Aug 2007 16:07:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOIxb-00060o-3R for help-gnu-emacs@gnu.org; Thu, 23 Aug 2007 16:07:19 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IOIxa-0004ar-Dw for help-gnu-emacs@gnu.org; Thu, 23 Aug 2007 16:07:18 -0400 Original-Received: (qmail invoked by alias); 23 Aug 2007 20:07:16 -0000 Original-Received: from N869P031.adsl.highway.telekom.at (EHLO [62.47.52.159]) [62.47.52.159] by mail.gmx.net (mp010) with SMTP; 23 Aug 2007 22:07:16 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/RbOs1YwzRrJKnh966d5rxAsXrKGhM+ay73zlNy5 Y7ffu9S15uq5xW User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en X-Y-GMX-Trusted: 0 X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:46788 Archived-At: > I was looking for a one-key key-binding in dired > to create a file in the current directory. If you don't like the binding for T try (define-key dired-mode-map "T" 'find-file)