emacs-devel
[Top][All Lists]
Advanced

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

Re: eww


From: Richard Stallman
Subject: Re: eww
Date: Mon, 13 Jan 2014 14:36:15 -0500

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

      (define-alternatives web)
      (setq web-alternatives '(("eww" . eww)))
      M-x web RET TAB RET

If the only user-level entry point for eww is `eww',
this would do the right thing.

Is that the case?

For epa, there are several such entry points, including
epa-mail-encrypt and epa-insert-keys.  We could do

(define-alternatives crypt-mail-encrypt)
(define-alternatives crypt-insert-keys)
with the suitable variable values, but that won't give
the right result.  The user would be asked to choose an
alternative for crypt-mail-encrypt, and independently
to choose an alternative for crypt-insert-keys.

What we really want is for the two commands to be synced
so that a single choice of alternative applies to both.

-- 
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org  www.gnu.org
Skype: No way! That's nonfree (freedom-denying) software.
  Use Ekiga or an ordinary phone call.




reply via email to

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