Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
climacs
climacs
Commits
3fed9515
Commit
3fed9515
authored
Sep 04, 2020
by
Daniel Kochmański
Browse files
remove stale presentation type refrence
lisp-string was a type which is removed from drei for some time.
parent
0ee1aefe
Changes
2
Hide whitespace changes
Inline
Side-by-side
developer-commands.lisp
View file @
3fed9515
...
...
@@ -42,20 +42,8 @@
(
define-gesture-name
:select-other
#+
mcclim
:pointer-button-press
#-
mcclim
:pointer-button
(
:left
:meta
)
:unique
nil
)
(
define-presentation-translator
lisp-string-to-string
(
drei-lisp-syntax::lisp-string
string
development-table
:gesture
:select-other
:tester-definitive
t
:menu
nil
:priority
10
)
(
object
)
object
)
(
define-command
(
com-accept-string
:name
t
:command-table
development-table
)
()
(
display-message
(
format
nil
"~s"
(
accept
'string
))))
(
define-command
(
com-accept-symbol
:name
t
:command-table
development-table
)
()
(
display-message
(
format
nil
"~s"
(
accept
'symbol
))))
(
define-command
(
com-accept-lisp-string
:name
t
:command-table
development-table
)
()
(
display-message
(
format
nil
"~s"
(
accept
'lisp-string
))))
packages.lisp
View file @
3fed9515
...
...
@@ -32,7 +32,6 @@
:drei-kill-ring
:drei-core
:drei
:clim-extensions
:drei-undo
:esa
:drei-editing
:drei-motion
:esa-buffer
:esa-io
:esa-utils
)
;;(:import-from :lisp-string)
(
:export
#:climacs
; Frame.
#:*climacs-text-style*
...
...
@@ -202,4 +201,4 @@ editing Java(tm) code."))
#:climacs-rv
#:edit-definition
#:edit-file
)
(
:documentation
"Package containing entry points to Climacs."
))
\ No newline at end of file
(
:documentation
"Package containing entry points to Climacs."
))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment