unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* how to refresh buffer
@ 2004-09-15  7:34 Rokia
  2004-09-15  7:48 ` emacs Fan
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Rokia @ 2004-09-15  7:34 UTC (permalink / raw)



the file associated to current buffer has been modified outside.
How can I reload the file?

thanks.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: how to refresh buffer
  2004-09-15  7:34 how to refresh buffer Rokia
@ 2004-09-15  7:48 ` emacs Fan
  2004-09-15 12:15 ` Phillip Lord
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 9+ messages in thread
From: emacs Fan @ 2004-09-15  7:48 UTC (permalink / raw)


1.revert-buffer
or
2.kill-buffer, find-file


On Wed, 15 Sep 2004 15:34:43 +0800, Rokia <rokiadd@yahoo.com.cn.discuss> wrote:
> 
> the file associated to current buffer has been modified outside.
> How can I reload the file?
> 
> thanks.
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
> 



-- 
emacs Fan

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: how to refresh buffer
  2004-09-15  7:34 how to refresh buffer Rokia
  2004-09-15  7:48 ` emacs Fan
@ 2004-09-15 12:15 ` Phillip Lord
  2004-09-16  0:51   ` Rokia
  2004-09-16  1:28 ` maddog
       [not found] ` <mailman.2822.1095234862.1998.help-gnu-emacs@gnu.org>
  3 siblings, 1 reply; 9+ messages in thread
From: Phillip Lord @ 2004-09-15 12:15 UTC (permalink / raw)


>>>>> "Rokia" == Rokia  <Rokiadd@yahoo.com.cn.discuss> writes:

  Rokia> the file associated to current buffer has been modified
  Rokia> outside.  How can I reload the file?

 
M-x revert-buffer

Also auto-revert-mode will do this automatically. 

Phil

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: how to refresh buffer
       [not found] ` <mailman.2822.1095234862.1998.help-gnu-emacs@gnu.org>
@ 2004-09-16  0:50   ` Rokia
  2004-09-17 23:27   ` Kevin Rodgers
  1 sibling, 0 replies; 9+ messages in thread
From: Rokia @ 2004-09-16  0:50 UTC (permalink / raw)


thanks :)

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: how to refresh buffer
  2004-09-15 12:15 ` Phillip Lord
@ 2004-09-16  0:51   ` Rokia
  2004-09-16  1:32     ` Rokia
  0 siblings, 1 reply; 9+ messages in thread
From: Rokia @ 2004-09-16  0:51 UTC (permalink / raw)


yeah!

auto-revert-mode is a good thing!

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: how to refresh buffer
  2004-09-15  7:34 how to refresh buffer Rokia
  2004-09-15  7:48 ` emacs Fan
  2004-09-15 12:15 ` Phillip Lord
@ 2004-09-16  1:28 ` maddog
  2004-09-16  4:26   ` Rokia
       [not found] ` <mailman.2822.1095234862.1998.help-gnu-emacs@gnu.org>
  3 siblings, 1 reply; 9+ messages in thread
From: maddog @ 2004-09-16  1:28 UTC (permalink / raw)


Rokia <Rokiadd@yahoo.com.cn.discuss> writes:

> the file associated to current buffer has been modified outside.
> How can I reload the file?
>
> thanks.

By the way:
when you edit current buffer, 
you will be prompted an option to recover the file or not.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: how to refresh buffer
  2004-09-16  0:51   ` Rokia
@ 2004-09-16  1:32     ` Rokia
  0 siblings, 0 replies; 9+ messages in thread
From: Rokia @ 2004-09-16  1:32 UTC (permalink / raw)



why? why my name become the group's name?

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: how to refresh buffer
  2004-09-16  1:28 ` maddog
@ 2004-09-16  4:26   ` Rokia
  0 siblings, 0 replies; 9+ messages in thread
From: Rokia @ 2004-09-16  4:26 UTC (permalink / raw)


yeah. I was prompted.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: how to refresh buffer
       [not found] ` <mailman.2822.1095234862.1998.help-gnu-emacs@gnu.org>
  2004-09-16  0:50   ` Rokia
@ 2004-09-17 23:27   ` Kevin Rodgers
  1 sibling, 0 replies; 9+ messages in thread
From: Kevin Rodgers @ 2004-09-17 23:27 UTC (permalink / raw)


[Please don't top-post.]

emacs Fan wrote:
 > On Wed, 15 Sep 2004 15:34:43 +0800, Rokia <rokiadd@yahoo.com.cn.discuss> wrote:
 >
 >>the file associated to current buffer has been modified outside.
 >>How can I reload the file?
 >
 > 1.revert-buffer

M-x revert-buffer RET

 > or
 > 2.kill-buffer, find-file

C-x k C-x C-f /some/really/long/path/to/the/file RET

or
3. C-x C-v

You make the call.

-- 
Kevin Rodgers

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2004-09-17 23:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-15  7:34 how to refresh buffer Rokia
2004-09-15  7:48 ` emacs Fan
2004-09-15 12:15 ` Phillip Lord
2004-09-16  0:51   ` Rokia
2004-09-16  1:32     ` Rokia
2004-09-16  1:28 ` maddog
2004-09-16  4:26   ` Rokia
     [not found] ` <mailman.2822.1095234862.1998.help-gnu-emacs@gnu.org>
2004-09-16  0:50   ` Rokia
2004-09-17 23:27   ` Kevin Rodgers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).