* forward-word, et alia
@ 2017-08-14 19:28 James Cloos
2017-08-14 19:59 ` tomas
0 siblings, 1 reply; 3+ messages in thread
From: James Cloos @ 2017-08-14 19:28 UTC (permalink / raw)
To: help-gnu-emacs
At some point in the last year or so, the ascii apostrophe stopped being
a word delimeter and became a word constituent. Unlike everywhere else.
I haven't found a note about it in new or in git history, and haven't
been able to remind myself where in the src to look for the change, so
that I can fix it.
Can anyone remind me where I should look?
-JimC
--
James Cloos <cloos@jhcloos.com> OpenPGP: 0x997A9F17ED7DAEA6
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: forward-word, et alia
2017-08-14 19:28 forward-word, et alia James Cloos
@ 2017-08-14 19:59 ` tomas
2017-08-15 15:52 ` James Cloos
0 siblings, 1 reply; 3+ messages in thread
From: tomas @ 2017-08-14 19:59 UTC (permalink / raw)
To: help-gnu-emacs
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Mon, Aug 14, 2017 at 03:28:30PM -0400, James Cloos wrote:
> At some point in the last year or so, the ascii apostrophe stopped being
> a word delimeter and became a word constituent. Unlike everywhere else.
>
> I haven't found a note about it in new or in git history, and haven't
> been able to remind myself where in the src to look for the change, so
> that I can fix it.
>
> Can anyone remind me where I should look?
I think you are looking for `modify-syntax-entry'. See, e.g. [1] for
some examples.
[1] https://www.emacswiki.org/emacs/EmacsSyntaxTable
Cheers
- -- tomás
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAlmSATYACgkQBcgs9XrR2kbhwQCfenad+gcNABTRM4NlPqyxCQeP
DAMAn1nZRp52hTe0xYj9wIq5wCqpuc3k
=a4f6
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: forward-word, et alia
2017-08-14 19:59 ` tomas
@ 2017-08-15 15:52 ` James Cloos
0 siblings, 0 replies; 3+ messages in thread
From: James Cloos @ 2017-08-15 15:52 UTC (permalink / raw)
To: tomas; +Cc: help-gnu-emacs
>>>>> "T" == <tomas@tuxteam.de> writes:
T> I think you are looking for `modify-syntax-entry'. See, e.g. [1] for
T> some examples.
T> [1] https://www.emacswiki.org/emacs/EmacsSyntaxTable
Thanks. And that confirms the problem. C-h s in some buffers includes
this:
,----
| The parent syntax table is:
| " . which means: punctuation
| ' w p which means: word,
| is a prefix character for ‘backward-prefix-chars’
| \ . which means: punctuation
`----
Now to find where that is done....
-JimC
--
James Cloos <cloos@jhcloos.com> OpenPGP: 0x997A9F17ED7DAEA6
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-08-15 15:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-14 19:28 forward-word, et alia James Cloos
2017-08-14 19:59 ` tomas
2017-08-15 15:52 ` James Cloos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).