bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#3312: 23.0.93; Use punctuation syntax for apostrophe in Info


From: Lars Magne Ingebrigtsen
Subject: bug#3312: 23.0.93; Use punctuation syntax for apostrophe in Info
Date: Fri, 16 Sep 2011 23:12:39 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Juri Linkov <juri@jurta.org> writes:

> +    (modify-syntax-entry ?' "." st)

There wasn't much discussion after this, but it seems to me that having
' be 

    (modify-syntax-entry ?\' "w" st)

which it currently is, isn't all that nice in Info buffers.  `M-.' and
the like doesn't work as well as one would like if stuff like `this'
gets treated like "this'" by `M-.'.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





reply via email to

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