From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eduard Wiebe Newsgroups: gmane.emacs.devel Subject: Re: find-file-literally-at-point Date: Mon, 09 Nov 2009 20:49:51 +0100 Message-ID: <86fx8nsckg.fsf@nirvana.pusto.de> References: <3b31caf90911051613w80af4cu61352a29ce5dcd77@mail.gmail.com> <86aaz0uf89.fsf@nirvana.pusto.de> <878weg5w29.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1257796233 14322 80.91.229.12 (9 Nov 2009 19:50:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Nov 2009 19:50:33 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 09 20:50:26 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N7aFq-0006mx-9G for ged-emacs-devel@m.gmane.org; Mon, 09 Nov 2009 20:50:22 +0100 Original-Received: from localhost ([127.0.0.1]:51172 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7aFp-0002Rc-Lq for ged-emacs-devel@m.gmane.org; Mon, 09 Nov 2009 14:50:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N7aFl-0002RO-71 for emacs-devel@gnu.org; Mon, 09 Nov 2009 14:50:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7aFg-0002Py-6E for emacs-devel@gnu.org; Mon, 09 Nov 2009 14:50:16 -0500 Original-Received: from [199.232.76.173] (port=48131 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7aFg-0002Pt-35 for emacs-devel@gnu.org; Mon, 09 Nov 2009 14:50:12 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:49108) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N7aFf-0000Yh-Iu for emacs-devel@gnu.org; Mon, 09 Nov 2009 14:50:11 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1N7aFd-0006h9-JN for emacs-devel@gnu.org; Mon, 09 Nov 2009 20:50:09 +0100 Original-Received: from g227142071.adsl.alicedsl.de ([92.227.142.71]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Nov 2009 20:50:09 +0100 Original-Received: from usenet by g227142071.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Nov 2009 20:50:09 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: g227142071.adsl.alicedsl.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) Cancel-Lock: sha1:Mv35d4DelLIfR5F3EEz4qiKFPzk= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:116756 Archived-At: Juri Linkov writes: >> I need/use `find-fil-literaly' often from dired. For this purpose i have >> >> (define-key dired-mode-map (kbd "") >> (lambda () >> (interactive) >> (find-file-literally (dired-get-file-for-visit)))) >> >> in my .emacs. > > Maybe a prefix argument of `find-file' and `dired-find-file' > could be used to request `find-file-literally'. Indeed, that would be great. -- Eduard Wiebe