GNU bug report logs -
#20385
Support curved quotes in doc strings
Previous Next
Reported by: Paul Eggert <eggert <at> cs.ucla.edu>
Date: Mon, 20 Apr 2015 18:40:04 UTC
Severity: wishlist
Tags: patch
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
>>>>> Stefan Monnier <monnier <at> iro.umontreal.ca> writes:
[…]
> But I've resisted going this way so far because of the difficulty to
> type those things. IOW, I think we need some clever way to type them
> in with very little effort.
Apart from the already suggested smart-quotes-mode, there’s this
bit I personally use. (See also bug#16082.)
(eval-after-load 'iso-transl
'(iso-transl-define-keys
'(("\"[" . [?“]) ("\"]" . [?”])
("'[" . [?‘]) ("']" . [?’]))))
key binding
――― ―――――――
A-' [ ‘
A-' ] ’
A-" [ “
A-" ] ”
C-x 8 ' [ ‘
C-x 8 ' ] ’
C-x 8 " [ “
C-x 8 " ] ”
--
FSF associate member #7257 http://boycottsystemd.org/ … 3013 B6A0 230E 334A
This bug report was last modified 9 years and 364 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.