/[emacs]/emacs/lisp/emulation/viper-util.el
ViewVC logotype

Diff of /emacs/lisp/emulation/viper-util.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.58 by kifer, Tue Sep 20 17:47:26 2005 UTC revision 1.59 by kifer, Tue Nov 15 18:44:30 2005 UTC
# Line 1242  the `Local variables' section of a file. Line 1242  the `Local variables' section of a file.
1242    
1243  ;; Characters that should not be considered as part of the word, in reformed-vi  ;; Characters that should not be considered as part of the word, in reformed-vi
1244  ;; syntax mode.  ;; syntax mode.
1245    ;; Note: \\ (quoted \) must appear before `-' because this string is listified
1246    ;; into characters at some point and then put back to string. The result is
1247    ;; used in skip-chars-forward, which treats - specially. Here we achieve the
1248    ;; effect of quoting - and preventing it from being special.
1249  (defconst viper-non-word-characters-reformed-vi  (defconst viper-non-word-characters-reformed-vi
1250    "!@#$%^&*()-+=|\\~`{}[];:'\",<.>/?")    "!@#$%^&*()\\-+=|\\~`{}[];:'\",<.>/?")
1251  ;; These are characters that are not to be considered as parts of a word in  ;; These are characters that are not to be considered as parts of a word in
1252  ;; Viper.  ;; Viper.
1253  ;; Set each time state changes and at loading time  ;; Set each time state changes and at loading time

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26