Xref: utzoo gnu.emacs:1340 alt.religion.computers:437 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!pt.cs.cmu.edu!rochester!uhura.cc.rochester.edu!prodigal.psych.rochester.edu!boris From: boris@prodigal.psych.rochester.edu (Boris Goldowsky) Newsgroups: gnu.emacs,alt.religion.computers Subject: Re: Vi word hopping in emacs Message-ID: <2605@ur-cc.UUCP> Date: 31 Jul 89 17:21:47 GMT References: <15516@watdragon.waterloo.edu> Sender: news@uhura.cc.rochester.edu Reply-To: boris@prodigal.psych.rochester.edu.UUCP (Boris Goldowsky) Organization: University of Rochester, New York Lines: 11 In article <15516@watdragon.waterloo.edu> tbray@watsol.waterloo.edu (Tim Bray) writes: >ideas about the role of '_' in words, but that could be fixed. It >actually might be a good idea to change this idea automatically when in >C-mode. Actually the package should use a global variable called >in-word-chars or some such. But we already have syntax tables which specify which characters are part of words. Couldn't this behavior be more easily gotten with modify-syntax-entry? Bng