emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/math-symbol-lists ac3a4e7 2/2: * packages/math-symbol-l


From: Stefan Monnier
Subject: [elpa] externals/math-symbol-lists ac3a4e7 2/2: * packages/math-symbol-lists/msl-build.el: Add copyright and license
Date: Fri, 27 Nov 2020 19:12:00 -0500 (EST)

branch: externals/math-symbol-lists
commit ac3a4e739fa960c5f3762e458ce2bda2ac92ca8c
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * packages/math-symbol-lists/msl-build.el: Add copyright and license
    
    While I was there I also fixed the following:
    Use lexical-binding.  Require cl-lib since it's used, and stop using `cl`.
    Fix namespace to always start with "msl-".
    Wrap toplevel operations into a `defun` since files in `load-path` may be
    loaded gratuitously by Emacs.
    
    * packages/math-symbol-lists/math-symbol-lists.el: Update license address.
---
 math-symbol-lists.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/math-symbol-lists.el b/math-symbol-lists.el
index 426a56f..d8fe041 100644
--- a/math-symbol-lists.el
+++ b/math-symbol-lists.el
@@ -2835,6 +2835,11 @@ AucTeX/latex.el, but it doesn't include AMS symbols. See 
also
     ("mathunder" "\\underbrace" 9183 "⏟")
     ("mathunder" "\\underbracket" 9141 "⎵")
     ("mathunder" "\\underparen" 9181 "⏝"))
+  ;; FIXME: Describe the expected shape of the contents (i.e. a list of
+  ;; 4-tuples, but I'm not sure what those 4 elements mean:
+  ;; - why is the first a string rather than a symbol?
+  ;; - What's the difference between the 3rd and the 4th (other than: one is
+  ;;   a char and the other is a single-char string)?
   "Extended list of mathematical symbols.
 Each element is a list of the form (CLASS COMMAND UNICODE SYMBOL)
 where COMMAND is a latex command, UNICODE is the unicode entry



reply via email to

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