help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: something.tex changed on disk; really edit the buffer?


From: Barry Margolin
Subject: Re: something.tex changed on disk; really edit the buffer?
Date: Thu, 09 Oct 2014 14:57:42 -0400
User-agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X)

In article <95fee263-abed-4ccc-8e1c-f63f227c7517@googlegroups.com>,
 agjf.tucker@gmail.com wrote:

> I have searched the archives, where I found this advice to someone suffering 
> a similar problem:
> 
> "To find out what's going on, invoke the function visited-file-modtime from 
> the buffer of the offending file, and compare the result it returns with the 
> time stamp for that file returned by file-attributes."
> 
> I have tried running these functions with M-x but I get [No Match].  Any 
> ideas?

These are Lisp functions, not interactive commands. Run them with M-:

M-: (visited-file-modtime)
M-: (file-attributes buffer-file-name)

-- 
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***


reply via email to

[Prev in Thread] Current Thread [Next in Thread]