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

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

[debbugs-tracker] bug#35480: closed (insert-wide-parentheses)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#35480: closed (insert-wide-parentheses)
Date: Sun, 05 May 2019 19:35:01 +0000

Your message dated Sun, 05 May 2019 22:34:20 +0300
with message-id <address@hidden>
and subject line Re: bug#35480: insert-wide-parentheses
has caused the debbugs.gnu.org bug report #35480,
regarding insert-wide-parentheses
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
35480: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35480
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: insert-wide-parentheses Date: Mon, 29 Apr 2019 04:38:10 +0800
M-( is insert-parentheses, so
M-( should be insert-wide-parentheses.



--- End Message ---
--- Begin Message --- Subject: Re: bug#35480: insert-wide-parentheses Date: Sun, 05 May 2019 22:34:20 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu)
>>>> M-( is insert-parentheses, so
>>>> M-( should be insert-wide-parentheses.
>>
>> JL> (define-key esc-map "(" 'insert-pair)
>> JL> (add-to-list 'insert-pair-alist '(?\( ?\( ?\)))
>>
>> OK but now it looks like
>> perl -C -wple 's/\d+/chr $&/eg;'
>> ((( ( ))
>>  (( ))
>>  ([ ])
>>  ({ })
>>  (< >)
>>  (" ")
>>  (' ')
>>  (` '))
>>
>> So I bet just
>>
>>    (add-to-list 'insert-pair-alist '(?\( ?\)))
>>
>> is good enough. Anyways, I'm hoping the emacs authors will add this to
>> the defaults.
>>
>> In fact they need to add wide versions of all those current narrow items 
>> there.
>
> OK, this adds all Unicode pairs to the default:

Pushed to master and closed.


--- End Message ---

reply via email to

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