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

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

bug#10494: 24.0.92; Syntax table and non-ASCII character interaction


From: Eli Zaretskii
Subject: bug#10494: 24.0.92; Syntax table and non-ASCII character interaction
Date: Sun, 14 Aug 2016 05:32:15 +0300

> From: npostavs@users.sourceforge.net
> Cc: 10494@debbugs.gnu.org,  aaronecay@gmail.com
> Date: Sat, 13 Aug 2016 17:42:03 -0400
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> >
> > How about mentioning describe-categories as well?
> 
> Okay, so:
> 
> diff --git i/src/category.c w/src/category.c
> index 4397f66..8315797 100644
> --- i/src/category.c
> +++ w/src/category.c
> @@ -336,6 +336,8 @@ DEFUN ("modify-category-entry", Fmodify_category_entry,
>  the current buffer's category table.
>  CHARACTER can be either a single character or a cons representing the
>  lower and upper ends of an inclusive character range to modify.
> +CATEGORY must be a category name (a character between ` ' and `~').
> +Use `describe-categories' to see existing category names.
>  If optional fourth argument RESET is non-nil,
>  then delete CATEGORY from the category set instead of adding it.  */)
>    (Lisp_Object character, Lisp_Object category, Lisp_Object table, 
> Lisp_Object reset)

LGTM, thanks.

> Anyway, do you think there is anything else to do about this bug?

Not that I can see, no.





reply via email to

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