help-gnu-emacs
[Top][All Lists]
Advanced

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

Eldoc cannot handle CL-style paramlist with default values?


From: Thorsten Jolitz
Subject: Eldoc cannot handle CL-style paramlist with default values?
Date: Fri, 11 Jul 2014 22:57:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Hi List, 

I used cl-style 'defun*' recently and noted that for this function

,----
| (defun* puml-pack (&rest args &key ins &allow-other-keys)
`----

eldoc correctly (?) shows

,----
| puml-pack: (&rest ARGS &KEY INS &ALLOW-OTHER-KEYS)
`----

in the minibuffer, but for this function

,----
| (defun* puml-start-activity (arrow &key (lbl "") (nm "") (crlf "\n")
| (pre "(*)") suf ins)
`----

it shows

,----
| puml-start-activity: (40 102 110 32 65 82 82 79 87 32 38 107 101 121 32
| 40 76 66 76 32 34 34 41 32 40 78 77 32 34 34 41 32 40 67 82 76 70 3\
| 2 34 10 34 41 32 40 80 82 69 32 34 40 42 41 34 41 32 83 85 70 32 73 78
| 83 41)
`----

Assuming this is ASCII I get (not surprisingly)

,----
| (fn ARROW &key ...)
`----

-- 
cheers,
Thorsten





reply via email to

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