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

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

bug#30815: 26.0.91; unicode right single quote mark with syntax entry of


From: Eli Zaretskii
Subject: bug#30815: 26.0.91; unicode right single quote mark with syntax entry of w not respected by forward-word
Date: Wed, 14 Mar 2018 17:59:49 +0200

> From: Noam Postavsky <npostavs@gmail.com>
> Date: Tue, 13 Mar 2018 22:24:46 -0400
> Cc: 30815@debbugs.gnu.org
> 
> diff --git a/src/syntax.c b/src/syntax.c
> index 378064611c..d3dd79229a 100644
> --- a/src/syntax.c
> +++ b/src/syntax.c
> @@ -1555,7 +1555,8 @@ DEFUN ("forward-word", Fforward_word, Sforward_word, 0, 
> 1, "^p",
>  table, but `find-word-boundary-function-table', such as set up
>  by `subword-mode', can change that.  If a Lisp program needs to
>  move by words determined strictly by the syntax table, it should
> -use `forward-word-strictly' instead.  */)
> +use `forward-word-strictly' instead.  See Info node `(elisp) Word
> +Motion' for details.  */)

I think we should at least mention char-script-table before sending
the reader to the manual.  Currently we mention the syntax table, but
keep complete silence regarding the script differences.

Thanks.





reply via email to

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