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
Open sidebar
emacs
emacs
Commits
51a02226
Commit
51a02226
authored
Feb 20, 1997
by
Karl Heuer
Browse files
(mouse-set-font): Handle fontset.
parent
5e14f0f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
lisp/mouse.el
lisp/mouse.el
+5
-2
No files found.
lisp/mouse.el
View file @
51a02226
...
...
@@ -1881,9 +1881,12 @@ and selects that window."
"X fonts suitable for use in Emacs."
)
(
defun
mouse-set-font
(
&rest
fonts
)
"Select an emacs font from a list of known good fonts"
"Select an emacs font from a list of known good fonts
and fontsets.
"
(
interactive
(
x-popup-menu
last-nonmenu-event
x-fixed-font-alist
))
(
x-popup-menu
last-nonmenu-event
;; Append list of fontsets currently defined.
(
append
x-fixed-font-alist
(
list
(
generate-fontset-menu
)))))
(
if
fonts
(
let
(
font
)
(
while
fonts
...
...
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