unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* slrn and emacsclient
@ 2007-02-01 12:40 Tyler Smith
  2007-02-01 17:04 ` Maarten Bergvelt
  2007-02-01 17:28 ` Phil Jackson
  0 siblings, 2 replies; 11+ messages in thread
From: Tyler Smith @ 2007-02-01 12:40 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

I'm trying to get emacsclient set up as my editor for slrn. This
arrangment works well for mutt, but it's a little rough with slrn as I
have it configured.

Posting from slrn calls emacsclient, but not in mail mode. When I
finish I have to save the message, kill the buffer, confirm kill the
buffer even though it still has clients, switch to the slrn window,
control-c to get past "waiting for Emacs", and then finally post the
message.

With mutt I just C-x k the message and switch to the mutt window,
which is waiting for me to send the message. How do I get the same
functionality with slrn?

I know, I should probably be using gnus instead from inside emacs, but
I couldn't quite get that working. Eventually I'll sort it out, but
the mutt-like interface of slrn is familiar.

Oh, and here's the relevant part of my .emacs:

;; mutt and mail stuff:
(add-to-list 'auto-mode-alist '("/mutt" . mail-mode))
(add-to-list 'auto-mode-alist '("/slrn" . mail-mode)) ;; just a guess!

(defun my-mail-mode-hook ()
     (auto-fill-mode 1)
     (abbrev-mode 1)
     (local-set-key "\C-Xk" 'server-edit))
(add-hook 'mail-mode-hook 'my-mail-mode-hook)


-- 
Regards,

Tyler Smith

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

end of thread, other threads:[~2007-02-06  2:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-01 12:40 slrn and emacsclient Tyler Smith
2007-02-01 17:04 ` Maarten Bergvelt
2007-02-01 21:55   ` Tyler Smith
2007-02-01 22:09     ` Tyler Smith
2007-02-04 17:28     ` Kevin Rodgers
     [not found]     ` <mailman.4001.1170610117.2155.help-gnu-emacs@gnu.org>
2007-02-05  4:12       ` Tyler Smith
2007-02-05  9:59         ` Peter Dyballa
     [not found]         ` <mailman.4033.1170669629.2155.help-gnu-emacs@gnu.org>
2007-02-05 16:02           ` Tyler Smith
2007-02-05 17:57             ` Peter Dyballa
     [not found]             ` <mailman.4057.1170698276.2155.help-gnu-emacs@gnu.org>
2007-02-06  2:36               ` Tyler Smith
2007-02-01 17:28 ` Phil Jackson

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