emacs-devel
[Top][All Lists]
Advanced

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

tiny patch to viper.el: improve rcirc's interaction with viper


From: Edward O'Connor
Subject: tiny patch to viper.el: improve rcirc's interaction with viper
Date: Mon, 14 Nov 2005 14:05:07 -0800
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (darwin)

Hi,

Here's a tiny patch to Viper, which improves its interaction with rcirc.
Specifically, the patch ensures that rcirc buffers come up in Emacs
state.


Ted

-- 
Edward O'Connor
address@hidden

Ense petit placidam sub libertate quietem.

Index: lisp/ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.8578
diff -u -r1.8578 ChangeLog
--- lisp/ChangeLog      14 Nov 2005 21:04:26 -0000      1.8578
+++ lisp/ChangeLog      14 Nov 2005 21:58:06 -0000
@@ -1,3 +1,8 @@
+2005-11-14  Edward O'Connor  <address@hidden>  (tiny change)
+
+       * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
+       `rcirc-mode' buffers come up in Emacs state.
+
 2005-11-14  Romain Francoise  <address@hidden>
 
        * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
Index: lisp/emulation/viper.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/emulation/viper.el,v
retrieving revision 1.87
diff -u -r1.87 viper.el
--- lisp/emulation/viper.el     23 Oct 2005 12:47:10 -0000      1.87
+++ lisp/emulation/viper.el     14 Nov 2005 21:58:07 -0000
@@ -440,6 +440,8 @@
     Buffer-menu-mode
     compilation-mode
 
+    rcirc-mode
+
     view-mode
     vm-mode
     vm-summary-mode)

reply via email to

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