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

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

bug#44974: closed (dabbrev-expand doesn't know wide commas are commas ye


From: GNU bug Tracking System
Subject: bug#44974: closed (dabbrev-expand doesn't know wide commas are commas yet)
Date: Sat, 02 Jan 2021 10:47:02 +0000

Your message dated Sat, 02 Jan 2021 12:45:41 +0200
with message-id <83zh1rehwq.fsf@gnu.org>
and subject line Re: bug#44974: dabbrev-expand doesn't know wide commas are 
commas yet
has caused the debbugs.gnu.org bug report #44974,
regarding dabbrev-expand doesn't know wide commas are commas yet
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
44974: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44974
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: dabbrev-expand doesn't know wide commas are commas yet Date: Tue, 01 Dec 2020 08:30:31 +0800
The command dabbrev-expand is bound to M-/.

It is great, except it needs to be updated, to know that
"," is a comma, just like ",".

哇,哈<ESC />
a,bb<ESC />

Scanning for dabbrevs...done
user-error: No dynamic expansion for ‘哇,哈’ found
Scanning for dabbrevs...done
user-error: No dynamic expansion for ‘bb’ found

Note how the latter doesn't have the "a," glued to it.

That means it is operating correctly. The former needs to be updated to
act like the latter.

P.S., I didn't test any other wide punctuation, e.g.. "。", etc.

emacs-version "27.1"



--- End Message ---
--- Begin Message --- Subject: Re: bug#44974: dabbrev-expand doesn't know wide commas are commas yet Date: Sat, 02 Jan 2021 12:45:41 +0200
> From: 積丹尼 Dan Jacobson
>  <jidanni@jidanni.org>
> Date: Tue, 01 Dec 2020 08:30:31 +0800
> 
> The command dabbrev-expand is bound to M-/.
> 
> It is great, except it needs to be updated, to know that
> "," is a comma, just like ",".
> 
> 哇,哈<ESC />
> a,bb<ESC />
> 
> Scanning for dabbrevs...done
> user-error: No dynamic expansion for ‘哇,哈’ found
> Scanning for dabbrevs...done
> user-error: No dynamic expansion for ‘bb’ found
> 
> Note how the latter doesn't have the "a," glued to it.
> 
> That means it is operating correctly. The former needs to be updated to
> act like the latter.

This is now fixed on the master branch.

> P.S., I didn't test any other wide punctuation, e.g.. "。", etc.

I did.


--- End Message ---

reply via email to

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