unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Generic dispatcher
@ 2013-06-30 22:46 Stefan Monnier
  2013-06-30 23:11 ` Xue Fuqiao
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Stefan Monnier @ 2013-06-30 22:46 UTC (permalink / raw)
  To: emacs-devel


For epa/eww/mhe/... I think we should introduce a generic dispatcher.
The way I see it, it would look like:

- M-x mail RET runs one of the mail backends.  First time around it
  prompts the user to choose a MUA, then stores the result in a Custom
  var and doesn't prompt any more.  This would rely on
  a mail-alternatives variable holding various MUAs such as Gnus, MH-E,
  ... and third party packages can easily register themselves in this
  list via their autoloads.  The user can reconsider his choice with C-u
  M-x mail RET in which case she gets prompted again.

- same for M-x irc RET
- same for M-x encrypt RET
- same for M-x browse RET
- we could push this further (e.g. auctex vs tex-mode.el) but I'm not
  sure it'd be such a great idea.


        Stefan



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

end of thread, other threads:[~2013-07-01 23:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-30 22:46 Generic dispatcher Stefan Monnier
2013-06-30 23:11 ` Xue Fuqiao
2013-06-30 23:42 ` Drew Adams
2013-07-01  7:43 ` Teemu Likonen
2013-07-01 13:01 ` Ted Zlatanov
2013-07-01 23:23   ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).