Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
1e49bfab
Commit
1e49bfab
authored
Jul 04, 2011
by
Lars Magne Ingebrigtsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* callint.c (Finteractive): Clarify the meaning of "@".
Fixes: debbugs:8813
parent
3034e9e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
src/ChangeLog
src/ChangeLog
+4
-0
src/callint.c
src/callint.c
+4
-3
No files found.
src/ChangeLog
View file @
1e49bfab
2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
* callint.c (Finteractive): Clarify the meaning of "@" (bug#8813).
2011-07-03 Chong Yidong <cyd@stupidchicken.com>
* xfaces.c (Finternal_merge_in_global_face): Modify the foreground
...
...
src/callint.c
View file @
1e49bfab
...
...
@@ -105,9 +105,10 @@ Z -- Coding system, nil if no prefix arg.
In addition, if the string begins with `*', an error is signaled if
the buffer is read-only.
If the string begins with `@', Emacs searches the key sequence which
invoked the command for its first mouse click (or any other event
which specifies a window).
If `@' appears at the beginning of the string, and if the key sequence
used to invoke the command includes any mouse events, then the window
associated with the first of those events is selected before the
command is run.
If the string begins with `^' and `shift-select-mode' is non-nil,
Emacs first calls the function `handle-shift-selection'.
You may use `@', `*', and `^' together. They are processed in the
...
...
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