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
be2c35e4
Commit
be2c35e4
authored
Nov 23, 1993
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(finder-known-keywords): Add data, faces, mouse, matching.
parent
b7f66977
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
lisp/finder.el
lisp/finder.el
+5
-1
No files found.
lisp/finder.el
View file @
be2c35e4
...
...
@@ -47,13 +47,15 @@
(
defvar
finder-known-keywords
'
(
(
abbrev
.
"abbreviation handling, typing shortcuts, macros"
)
(
bib
.
"code related to the
bib(1)
bibliography processor"
)
(
bib
.
"code related to the
`bib'
bibliography processor"
)
(
c
.
"C and C++ language support"
)
(
calendar
.
"calendar and time management support"
)
(
comm
.
"communications, networking, remote access to files"
)
(
data
.
"support editing files of data"
)
(
docs
.
"support for Emacs documentation"
)
(
emulations
.
"emulations of other editors"
)
(
extensions
.
"Emacs Lisp language extensions"
)
(
faces
.
"support for multiple fonts"
)
(
games
.
"games, jokes and amusements"
)
(
hardware
.
"support for interfacing with exotic hardware"
)
(
help
.
"support for on-line help systems"
)
...
...
@@ -64,6 +66,8 @@
(
local
.
"code local to your site"
)
(
maint
.
"maintenance aids for the Emacs development group"
)
(
mail
.
"modes for electronic-mail handling"
)
(
matching
.
"various sorts of searching and matching"
)
(
mouse
.
"mouse support"
)
(
news
.
"support for netnews reading and posting"
)
(
processes
.
"process, subshell, compilation, and job control support"
)
(
terminals
.
"support for terminal types"
)
...
...
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