diff options
author | Andrew Yu <andrew@andrewyu.org> | 2023-07-07 12:00:14 +0800 |
---|---|---|
committer | Automatic Merge <andrew+automerge@andrewyu.org> | 2023-07-15 00:31:17 +0800 |
commit | ec00a69ef1f7d21f784264b75d6fcca97fa7fb78 (patch) | |
tree | c5a177f0a53c8ca6414a043ebf61c759c6153d05 /note/emacs.html | |
parent | cb53180786d36f35fd49d1e792cb365d10f4065b (diff) | |
download | www-ec00a69ef1f7d21f784264b75d6fcca97fa7fb78.tar.gz |
Use ``TeX-style quotes'' instead of “unicode quotes”
Diffstat (limited to 'note/emacs.html')
-rw-r--r-- | note/emacs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/note/emacs.html b/note/emacs.html index c8f61ab..f01299e 100644 --- a/note/emacs.html +++ b/note/emacs.html @@ -8,7 +8,7 @@ <body> <h1>A Few Problems with Emacs</h1> <p> - <a href="https://emacs.org/">Emacs</a> is supposedly a text editor but is more of a integrated computing environment. At its core is an Emacs Lisp interpreter and a text and buffer-oriented set of conventions that Emacs Lisp code follows. The “default”/“standard” build of Emacs contains a World Wide Web browser, newsreader, electronic mail client, Internet Relay Chat client, a few games, and overall a ton of stuff that I do not use, need or want in my environment. Therefore I use a minimal-ish custom build (i.e. simply leaving stuff out during <code>./configure</code>, which makes me feel a bit better. + <a href="https://emacs.org/">Emacs</a> is supposedly a text editor but is more of a integrated computing environment. At its core is an Emacs Lisp interpreter and a text and buffer-oriented set of conventions that Emacs Lisp code follows. The ``default''/``standard'' build of Emacs contains a World Wide Web browser, newsreader, electronic mail client, Internet Relay Chat client, a few games, and overall a ton of stuff that I do not use, need or want in my environment. Therefore I use a minimal-ish custom build (i.e. simply leaving stuff out during <code>./configure</code>, which makes me feel a bit better. </p> <p id="space-based-alignment"> One problem that I've recently noticed with Emacs is the tendency to use a set amount of spaces, expecting a monospace font, to align items across a buffer. For example, when <code>:tags</code> are used with <code>org-agenda</code>, the agenda page aligns the tags to the right of the page with spaces precalculated from the window size. But when we have double-width unicode characters, for example Chinese characters in the mix, or if we are using a variable-width Latin font, the alignment is completely screwed up. Resizing the window also doesn't update the wrapping and alignment of items inside. Emacs's text buffer-centric design makes it really hard to do otherwise. |