bug#72757: No symbols in etc/NEWS

2024-09-01 Thread Juri Linkov
close 72757 30.0.60 thanks >> > M-: (modify-syntax-entry ?' "\"") RET >> > >> > in the NEWS buffer and C-h o seems to work everywhere. I am not sure if >> > we want ' to be "string quote" or punctuation like " already is, or >> > something else. >> >> Thanks, this looks like the right thing

bug#72757: No symbols in etc/NEWS

2024-08-31 Thread Stefan Kangas
Eli Zaretskii writes: > I made that change, but please note that it is not enough to show each > symbol in NEWS as the default when you type "C-h o". This is because > "C-h o" tests symbol-at-point for being bound, either as a function or > a variable or a face etc., and if the corresponding lib

bug#72757: No symbols in etc/NEWS

2024-08-31 Thread Eli Zaretskii
> From: Juri Linkov > Cc: Eli Zaretskii , 72...@debbugs.gnu.org > Date: Fri, 23 Aug 2024 09:27:17 +0300 > > > M-: (modify-syntax-entry ?' "\"") RET > > > > in the NEWS buffer and C-h o seems to work everywhere. I am not sure if > > we want ' to be "string quote" or punctuation like " alread