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
fa21fdec
Commit
fa21fdec
authored
Jul 25, 1993
by
Richard M. Stallman
Browse files
(x-fixed-font-alist): Give some fonts long patterns.
Delete 9x15 bold and 8x13 and 8x13 bold. Add some fonts.
parent
2666a6a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
10 deletions
+16
-10
lisp/mouse.el
lisp/mouse.el
+16
-10
No files found.
lisp/mouse.el
View file @
fa21fdec
...
...
@@ -868,17 +868,23 @@ and selects that window."
(
defvar
x-fixed-font-alist
'
(
"Font menu"
(
"Misc"
(
"6x10"
"-misc-fixed-medium-r-semicondensed--10-110-75-75-c-60-*-1"
)
(
"6x12"
"-misc-fixed-medium-r-semicondensed--12-110-75-75-c-60-*-1"
)
(
"6x13"
"-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-*-1"
)
(
"lucida 13"
"-b&h-lucidatypewriter-medium-r-normal-sans-0-0-0-0-m-0-*-1"
)
(
"7x13"
"-misc-fixed-medium-r-normal--13-120-75-75-c-70-*-1"
)
(
"7x14"
"-misc-fixed-medium-r-normal--14-130-75-75-c-70-*-1"
)
(
"9x15"
"-misc-fixed-medium-r-normal--15-140-*-*-c-*-*-1"
)
(
""
)
(
"clean 8x8"
"-schumacher-clean-medium-r-normal--*-80-*-*-c-*-*-1"
)
(
"clean 8x14"
"-schumacher-clean-medium-r-normal--*-140-*-*-c-*-*-1"
)
(
"clean 8x10"
"-schumacher-clean-medium-r-normal--*-100-*-*-c-*-*-1"
)
(
"clean 8x16"
"-schumacher-clean-medium-r-normal--*-160-*-*-c-*-*-1"
)
(
""
)
(
"sony 8x16"
"-sony-fixed-medium-r-normal--16-120-100-100-c-80-*-1"
)
(
""
)
(
"fixed"
"fixed"
)
(
"6x10"
"6x10"
)
(
"6x12"
"6x12"
)
(
"6x13"
"6x13"
)
(
"7x13"
"7x13"
)
(
"7x14"
"7x14"
)
(
"8x13"
"8x13"
)
(
"8x13 bold"
"8x13bold"
)
(
"8x16"
"8x16"
)
(
"9x15"
"9x15"
)
(
"9x15 bold"
"9x15bold"
)
(
"10x20"
"10x20"
)
(
"11x18"
"11x18"
)
(
"12x24"
"12x24"
))
...
...
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