emacs-devel
[Top][All Lists]
Advanced

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

Re: multiple queries to delete excess backup version w/ custom


From: Tom Tromey
Subject: Re: multiple queries to delete excess backup version w/ custom
Date: Fri, 04 Jan 2008 15:50:30 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux)

>>>>> "martin" == martin rudalics <address@hidden> writes:

>> Saving the custom file should not ask the same question multiple times.
martin> Does this happen with `custom-save-all'?

I used the mouse to click the button labelled "Save for Future Sessions".

"C-h k" followed by a click on that button shows documentation for
widget-button-click -- not very helpful.  C-h k RET with point on the
button just shows docs for Custom-newline -- also not very helpful.

Finally I figured out that M-x describe-char followed by
middle-clicking on 'push-button', followed by left-clicking the
'[show]' text next to :action, shows:

#[(widget &optional event)
  "\300 \207"
  [Custom-save]
  1]

I found this sequence extremely obscure.

Apparently Custom-save calls custom-save-all.
But, when I evalled (custom-save-all) by hand, it only asked once.

Tom




reply via email to

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