Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!ll-xn!ames!ucbcad!ucbvax!cbosgd!osu-cis!tut!karl From: karl@tut.cis.ohio-state.edu (Karl Kleinpaste) Newsgroups: comp.emacs Subject: Missed mode map stuff for reposted vn.el Message-ID: <2964@tut.cis.ohio-state.edu> Date: Tue, 8-Dec-87 00:24:33 EST Article-I.D.: tut.2964 Posted: Tue Dec 8 00:24:33 1987 Date-Received: Sun, 13-Dec-87 10:32:55 EST Organization: OSU Lines: 14 Keywords: whoops The version I posted this morning (er, yesterday morning) of vn.el was missing a couple of keybindings I had added so that news could be posted as something other than a followup, and so that mail could be invoked when in the VN-Buffer, rather than just when actually sitting in an article's text. Apologies, here's a plain diff of the trivial addition: 215a216,217 > (define-key vn-mode-map "m" 'news-mail-other-window) > (define-key vn-mode-map "a" 'news-post-news) 236a239 > (define-key vn-read-mode-map "a" 'news-post-news) -- Karl