Re: How to complete \] when I input \[ .
  Home FAQ Contact Sign in
gnu.emacs.help only
 
Advanced search
POPULAR GROUPS

more...

gnu.emacs.help Profile…
 Up
Re: How to complete \] when I input \[ .         


Author: Thierry Volpiatto
Date: Aug 16, 2008 07:55

"xiaopeng hu" gmail.com> writes:
> I mean \[ \]. thanks
>
> 2008/8/16 David Hansen gmx.net>
>
>> On Sat, 16 Aug 2008 21:09:46 +0800 xiaopeng hu wrote:
>>
>>> When I input \[ , how to complete \] and put point at middle?
>>>
>>
>> Should work:
>>
>> (global-set-key (kbd "[") #'insert-pair)
>>
>> David
Show full article (0.58Kb)
2 Comments
Re: How to complete \] when I input \[ .         


Author: David Combs
Date: Sep 14, 2008 19:38

In article gnu.org>,
Thierry Volpiatto gmail.com> wrote:
>"xiaopeng hu" gmail.com> writes:
>
>> I mean \[ \]. thanks
>>
>> 2008/8/16 David Hansen gmx.net>
>>
>>> On Sat, 16 Aug 2008 21:09:46 +0800 xiaopeng hu wrote:
>>>
>>>> When I input \[ , how to complete \] and put point at middle?
>>>>
>>>
>>> Should work:
>>>
>>> (global-set-key (kbd "[") #'insert-pair)
>>>
>>> David
>
>,---- ...
Show full article (0.83Kb)
no comments
Re: How to complete \] when I input \[ .         


Author: Thierry Volpiatto
Date: Sep 14, 2008 22:57

dkcombs@panix.com (David Combs) writes:
> In article gnu.org>,
> Thierry Volpiatto gmail.com> wrote:
>>"xiaopeng hu" gmail.com> writes:
>>
>>> I mean \[ \]. ...
Show full article (1.65Kb)
no comments