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

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

Re: nice-single-quote


From: Juri Linkov
Subject: Re: nice-single-quote
Date: Mon, 19 Apr 2010 03:29:08 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu)

>  Originally
>    // Use super-foo
>
>  Type C-'
>    // Use super-‘foo’
>
>  Some seconds later, after more typing
>    // Use super-‘foo’ to bar LAX (laughter)
>
>  Type C-u 2 C-'
>    // Use super-‘foo’ to bar ‘LAX (laughter)’

(add-to-list 'insert-pair-alist '(?\' ?\‘ ?\’))
(global-set-key [(meta ?')] 'insert-pair)

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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