On Fri, Sep 08 2006, David Kastrup wrote:

> Reiner Steib <[EMAIL PROTECTED]> writes:
[...]
>> +    ("v e" "varepsilon" "Greek Lowercase" 949) ;; #X03B5
>> +    ("v t" "vartheta" "Greek Lowercase" 977) ;; #X03D1
>
> I think this should be "v j" instead, in order to match ?j for theta.

ACK, I forgot to check.  Fixed.

>> +    ("v p" "varpi" "Greek Lowercase" 982) ;; #X03D6
>> +    ("v r" "varrho" "Greek Lowercase" 1009) ;; #X03F1
>> +    ("v s" "varsigma" "Greek Lowercase" 962) ;; #X03C2
>
> I'd be tempted to have this be ?c instead (but it is probably already
> taken?) 

`?c' is taken:

    (?c LaTeX-math-cal "Cal-whatever")

> since that is the corresponding babel Greek letter.  And it is not
> really a math character, anyway.

While at it: AFAICS, customizing `LaTeX-math-list' has no effect for
the current session.  We should probably turn the large (let ...) from
into a function (or several functions? [1]) in order to use it as a
setter function in the defcustom of `LaTeX-math-list'.

Bye, Reiner.

[1]  To make it more readable and easier to maintain.  Maybe...

- (if (stringp value) ...)

- (if key ...)

- (if menu ...)

-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/



_______________________________________________
auctex-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to