[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] elpa 36b6051 12/51: Compatibility for XEmacs
From: |
Tassilo Horn |
Subject: |
[elpa] elpa 36b6051 12/51: Compatibility for XEmacs |
Date: |
Sun, 22 May 2016 07:22:48 +0000 (UTC) |
branch: elpa
commit 36b6051bcff3b6fc2e6937136a45af09c7b8b0c7
Author: Mosè Giordano <address@hidden>
Commit: Mosè Giordano <address@hidden>
Compatibility for XEmacs
* style/tikz.el (TeX-TikZ-single-macro-arg): Pass `function-alist' to
`TeX-TikZ-get-arg-type` because XEmacs requires an alist as argument
to `completing-read'.
---
style/tikz.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/style/tikz.el b/style/tikz.el
index ca48735..8b1cc3a 100644
--- a/style/tikz.el
+++ b/style/tikz.el
@@ -109,8 +109,7 @@ then called and the value returned. PROMPT is used as the
prompt
for the argument type. When OPTIONAL is non-nil, add \"\" to
FUNCTION-ALIST with a mapping to `identity', permitting an
optional input."
- (let* ((argument-type-names (mapcar 'car function-alist))
- (selected-argument-type (TeX-TikZ-get-arg-type argument-type-names
prompt))
+ (let* ((selected-argument-type (TeX-TikZ-get-arg-type function-alist prompt))
(fn-alist-with-optional-elm (if optional
`(,@function-alist ("" identity))
function-alist))
- [elpa] elpa updated (7573813 -> ebf4b8a), Tassilo Horn, 2016/05/22
- [elpa] elpa da88a3e 01/51: Dinamically put delete-selection prop to TeX-insert-dollar, Tassilo Horn, 2016/05/22
- [elpa] elpa c58162a 04/51: TikZ: Add circle command., Tassilo Horn, 2016/05/22
- [elpa] elpa 310008b 05/51: TikZ: Add the arc command., Tassilo Horn, 2016/05/22
- [elpa] elpa b66c10a 08/51: TikZ: Add parabola command., Tassilo Horn, 2016/05/22
- [elpa] elpa 84dfb76 13/51: Do not use add-to-list for let-bound variable, Tassilo Horn, 2016/05/22
- [elpa] elpa de0d445 07/51: TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'., Tassilo Horn, 2016/05/22
- [elpa] elpa 44e654b 22/51: Use `match-string-no-properties', Tassilo Horn, 2016/05/22
- [elpa] elpa 36b6051 12/51: Compatibility for XEmacs,
Tassilo Horn <=
- [elpa] elpa af27d33 17/51: TikZ: Add the grid command., Tassilo Horn, 2016/05/22
- [elpa] elpa bc8d07f 27/51: Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-args', Tassilo Horn, 2016/05/22
- [elpa] elpa 88fbf80 20/51: Fix in TeX sentinels, Tassilo Horn, 2016/05/22
- [elpa] elpa 693eee6 11/51: TikZ: Remove unneeded function., Tassilo Horn, 2016/05/22
- [elpa] elpa b20cd68 16/51: Fix a documentation type., Tassilo Horn, 2016/05/22
- [elpa] elpa 71349ec 23/51: Use `deactivate-input-method' if defined, Tassilo Horn, 2016/05/22
- [elpa] elpa d4d2ab5 31/51: Enable directory local variables in japanese-{latex, plain-tex}-mode, Tassilo Horn, 2016/05/22
- [elpa] elpa 63a83c3 30/51: Make unloading of tex-site work on Emacs 24, Tassilo Horn, 2016/05/22
- [elpa] elpa 5886c49 41/51: Improve the insertation of "macro" environment, Tassilo Horn, 2016/05/22
- [elpa] elpa e19f8bd 37/51: Do not check TeX engine with ifluatex package, Tassilo Horn, 2016/05/22