[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Please stop putting curly quotes into doc strings!
From: |
raman |
Subject: |
Re: Please stop putting curly quotes into doc strings! |
Date: |
Tue, 08 Sep 2015 09:20:06 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
The negative with that is that we'll have inconsistency between say Core
Emacs libraries and code from Elpa. Eventually this entire thread will
be forgotten or be entirely unknown to another elisp programmer who
ends up cut/pasting from other elpa code. I think for the long-term
health of emacs, this is a situation that is best avoided.
The needs of developers who view Ascii quotes as ugly and want to see
something else can be easily served by an elpa package that uses all the
tricks you have proposed in reverse on this thread, eg display-table
hacks, shadow glyphs and other alternatives -- it has the advantage of
keeping the codebase clean. In some sense, that is not very different
from having an addon package display #'(lambda as #'(λ
--
- Re: Please stop putting curly quotes into doc strings!, (continued)
- Re: Please stop putting curly quotes into doc strings!, Richard Stallman, 2015/09/06
- Re: Please stop putting curly quotes into doc strings!, Paul Eggert, 2015/09/07
- Re: Please stop putting curly quotes into doc strings!, Richard Stallman, 2015/09/07
- Re: Please stop putting curly quotes into doc strings!, Dmitry Gutov, 2015/09/08
- Re: Please stop putting curly quotes into doc strings!, raman, 2015/09/08
- Re: Please stop putting curly quotes into doc strings!, Paul Eggert, 2015/09/08
- Re: Please stop putting curly quotes into doc strings!,
raman <=
- RE: Please stop putting curly quotes into doc strings!, Drew Adams, 2015/09/08
- Re: Please stop putting curly quotes into doc strings!, Dmitry Gutov, 2015/09/08
- Re: Please stop putting curly quotes into doc strings!, Paul Eggert, 2015/09/08
- Re: Please stop putting curly quotes into doc strings!, raman, 2015/09/09
- Re: Please stop putting curly quotes into doc strings!, Stefan Monnier, 2015/09/09
- Re: Please stop putting curly quotes into doc strings!, T.V Raman, 2015/09/09
- Re: Please stop putting curly quotes into doc strings!, Paul Eggert, 2015/09/09
- Re: Please stop putting curly quotes into doc strings!, Stefan Monnier, 2015/09/09
- Re: Please stop putting curly quotes into doc strings!, David Kastrup, 2015/09/10
- Re: Please stop putting curly quotes into doc strings!, Stefan Monnier, 2015/09/10