User: scop
Date: 06/02/11 00:28:54
Modified: packages/unsupported/scop/generic-modes ChangeLog
generic-x.el generic.el
Log:
Sync generic-modes with upstream.
Revision Changes Path
1.56 +1 -1 XEmacs/packages/unsupported/scop/STATUS
Index: STATUS
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/unsupported/scop/STATUS,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -p -r1.55 -r1.56
--- STATUS 2006/02/10 23:25:38 1.55
+++ STATUS 2006/02/10 23:28:51 1.56
@@ -13,7 +13,7 @@ ede: Emacs Development Environment, <htt
- Compiles, I have no idea whether it works or not.
generic-modes: generic.el and generic-x.el from GNU Emacs
-- Up to date with GNU Emacs CVS HEAD as of 2005-12-26.
+- Up to date with GNU Emacs CVS HEAD as of 2006-02-11.
- Compiles, seems to work, auto-mode-alist and autoloads may need spanking.
vc: vc*.el and a few other related files from GNU Emacs
1.10 +4 -0 XEmacs/packages/unsupported/scop/generic-modes/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/unsupported/scop/generic-modes/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- ChangeLog 2005/12/26 10:54:21 1.9
+++ ChangeLog 2006/02/10 23:28:53 1.10
@@ -1,3 +1,7 @@
+2006-02-11 Ville Skyttä <scop(a)xemacs.org>
+
+ * *.el: Sync with upstream.
+
2005-12-26 Ville Skyttä <scop(a)xemacs.org>
* generic-x.el (show-tabs-tab): No `min-colors' specifier in XEmacs.
1.8 +5 -3 XEmacs/packages/unsupported/scop/generic-modes/generic-x.el
Index: generic-x.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/unsupported/scop/generic-modes/generic-x.el,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- generic-x.el 2005/12/26 10:54:21 1.7
+++ generic-x.el 2006/02/10 23:28:53 1.8
@@ -1,7 +1,7 @@
;;; generic-x.el --- A collection of generic modes
;; Copyright (C) 1997, 1998, 2002, 2003, 2004,
-;; 2005 Free Software Foundation, Inc.
+;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Peter Breton <pbreton(a)cs.umb.edu>
;; Created: Tue Oct 08 1996
@@ -1729,6 +1729,8 @@ like an INI file. You can add this hook
"reiserfs"
"romfs"
"smbfs"
+ "cifs"
+ "usbdevfs"
"sysv"
"tmpfs"
"udf"
@@ -1740,7 +1742,7 @@ like an INI file. You can add this hook
"swap"
"auto"
"ignore")
- '(("^\\([/-A-Za-z0-9_]+\\)\\s-+\\([/-A-Za-z0-9_]+\\)"
+ '(("^\\([^# \t]+\\)\\s-+\\([^# \t]+\\)"
(1 font-lock-type-face t)
(2 font-lock-variable-name-face t)))
'("/etc/[v]*fstab\\'")
@@ -1748,7 +1750,7 @@ like an INI file. You can add this hook
(function
(lambda ()
(setq imenu-generic-expression
- '((nil "^\\([/-A-Za-z0-9_]+\\)\\s-+" 1))))))))
+ '((nil "^\\([^# \t]+\\)\\s-+" 1))))))))
;; From Jacques Duthen <jacques.duthen(a)sncf.fr>
(when (memq 'show-tabs-generic-mode generic-extras-enable-list)
1.9 +1 -1 XEmacs/packages/unsupported/scop/generic-modes/generic.el
Index: generic.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/unsupported/scop/generic-modes/generic.el,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- generic.el 2005/10/08 15:07:42 1.8
+++ generic.el 2006/02/10 23:28:53 1.9
@@ -1,7 +1,7 @@
;;; generic.el --- defining simple major modes with comment and font-lock
;;
;; Copyright (C) 1997, 1999, 2002, 2003, 2004,
-;; 2005 Free Software Foundation, Inc.
+;; 2005, 2006 Free Software Foundation, Inc.
;;
;; Author: Peter Breton <pbreton(a)cs.umb.edu>
;; Created: Fri Sep 27 1996
Show replies by date