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
4da18f47
Commit
4da18f47
authored
Apr 28, 2008
by
Troels Henriksen
Browse files
Explicitly specifying :SHIFT is not required anymore.
parent
45790ee0
Changes
3
Hide whitespace changes
Inline
Side-by-side
misc-commands.lisp
View file @
4da18f47
...
...
@@ -39,7 +39,7 @@ when deciding whether to prompt you to save the buffer before killing it."
(
set-key
'com-not-modified
'buffer-table
'
((
#\~
:meta
:shift
)))
'
((
#\~
:meta
)))
(
define-command
(
com-what-cursor-position
:name
t
:command-table
info-table
)
()
"Print information about point.
...
...
structured-editing.lisp
View file @
4da18f47
...
...
@@ -259,7 +259,7 @@ after the point."
(
set-key
`
(
com-wrap-expression
,
*numeric-argument-marker*
)
'structedit-table
'
((
#\(
:meta
:shift
)))
'
((
#\(
:meta
)))
(
set-key
'com-close-list-and-newline
'structedit-table
...
...
@@ -279,7 +279,7 @@ after the point."
(
set-key
`
(
com-wrap-expression-in-doublequote
,
*numeric-argument-marker*
)
'structedit-table
'
((
#\"
:meta
:shift
)))
'
((
#\"
:meta
)))
(
set-key
`
(
com-splice-list
,
*numeric-argument-marker*
)
'structedit-table
...
...
window-commands.lisp
View file @
4da18f47
...
...
@@ -164,7 +164,7 @@ clone of `(current-view)' for the new window."
(
set-key
'com-scroll-other-window-up
'window-table
'
((
#\V
:control
:meta
:shift
)))
'
((
#\V
:control
:meta
)))
(
define-command
(
com-delete-window
:name
t
:command-table
window-table
)
()
(
delete-window
))
...
...
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