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

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

RE: How to set 'buffer-save-without-query' from external program?


From: Drew Adams
Subject: RE: How to set 'buffer-save-without-query' from external program?
Date: Fri, 9 Nov 2012 09:09:49 -0800

> I open an emacs buffer for editing from an external program and face
> three problems related with Emacs querying for user input: 
> 
> 1. User-query "Revert the buffer"? 
> 2. User-query "Save before exiting the buffer" (with C-x # or
>    server-edit)?

Sorry, just a quick response, ignoring 99% of your mail.

You should be able to use (set-buffer-modified-p nil) to prevent such checks.




reply via email to

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