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

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

Re: Converting string to symbol


From: excalamus
Subject: Re: Converting string to symbol
Date: Tue, 5 Jan 2021 05:04:03 +0100 (CET)

I see, thank you very much.

Ideally, I would like global-abbrev-table to be the default.  With (interactive 
X...) I don't see how to do that.  

When I run M-x my-test <RET>, I get read--expression: End of file during 
parsing.  The function halts immediately and doesn't evaluate the body.  I'm 
not sure how I could catch that.  

(defun my-test (expr)
  "test interactive X behavior."
  (interactive  "XLisp expression: ")
  (message "before compare")  (if expr
      (message "%s" expr)
    (message "is nil"))
  (message "after compare"))

I assume read--expression is being used within (interactive X...).  It's not 
documented and I didn't have much luck trying to use it (not detailing those 
efforts here since it's really not meant for "public" use).



reply via email to

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