From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter Lee Newsgroups: gmane.emacs.help Subject: Re: Command to re-read current file? Date: Mon, 04 Aug 2003 18:11:26 GMT Organization: SBC http://yahoo.sbc.com Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <3F2E8E94.1090002@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1060022757 25132 80.91.224.253 (4 Aug 2003 18:45:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 4 Aug 2003 18:45:57 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 04 20:46:15 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19jkLX-0001oM-00 for ; Mon, 04 Aug 2003 20:46:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19jk75-0005tc-0F for geh-help-gnu-emacs@m.gmane.org; Mon, 04 Aug 2003 14:31:19 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!nntp.cs.ubc.ca!cyclone.bc.net!in.100proofnews.com!in.100proofnews.com!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr30.news.prodigy.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:nlkXSe0xsEdgAI8yY6qEV2v8Ca4= Original-Lines: 8 Original-NNTP-Posting-Host: 216.62.199.3 Original-X-Complaints-To: abuse@prodigy.net Original-X-Trace: newssvr30.news.prodigy.com 1060020686 ST000 216.62.199.3 (Mon, 04 Aug 2003 14:11:26 EDT) Original-NNTP-Posting-Date: Mon, 04 Aug 2003 14:11:26 EDT X-UserInfo1: SCSYQNONEJW[STT^BJJNOFXBBZ\LPCXLLBWLOOAFWIWTEPIB_NVUAH_[BL[\IRKIANGGJBFNJF_DOLSCENSY^U@FRFUEXR@KFXYDBPWBCDQJA@X_DCBHXR[C@\EOKCJLED_SZ@RMWYXYWE_P@\\GOIW^@SYFFSWHFIXMADO@^[ADPRPETLBJ]RDGENSKQQZN Original-Xref: shelby.stanford.edu gnu.emacs.help:115661 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11576 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11576 >>>> Kevin Rodgers writes: Kevin> I use find-alternate-file for this purpose, since it's Kevin> bound to a key that's easy to type (C-x C-v), provides the Kevin> current visited file name as the default, and doesn't Kevin> require any confirmation. Great tip! I've always used revert-buffer, this will come in handy.