mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-15 15:00:24 -08:00
menu option for emacs, about box, confirm dialog fix
This commit is contained in:
parent
da9ad8c83c
commit
0d87519b64
5 changed files with 29 additions and 12 deletions
|
|
@ -38,7 +38,7 @@
|
|||
l))))
|
||||
l)))
|
||||
:meta "swank"))
|
||||
;; run apropos on symbol
|
||||
;; find symbol in sys-browser
|
||||
(js-execute editor
|
||||
(format nil
|
||||
"~A.commands.addCommand({
|
||||
|
|
@ -254,10 +254,8 @@ var endRange = ~:*~A.session.doc.indexToPosition(endIndex);
|
|||
(return (string-downcase (second form)))))))))
|
||||
|
||||
;; Expand region
|
||||
|
||||
(defun scan-exps (text)
|
||||
"Scan all expressions (and strings) in the text, return a list of start-end cons.
|
||||
|
||||
It parse the string TEXT without using READ functions."
|
||||
(let ((char-count 0)
|
||||
(backslash 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue