[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bold words get "cut off"
From: |
William Payne |
Subject: |
Bold words get "cut off" |
Date: |
Wed, 28 Apr 2004 01:28:04 +0200 |
Hello, I am having a very annoying words with bold words getting "cut off",
and by cut off I mean for a given string in bold the last character is
hardly visible. Check out the following URL to see what I mean:
http://www-und.ida.liu.se/~mikas493/cutoff.jpg
Check out how wierd the bold words look, for example the using-statements
("using" is bold).
Relevant section from my .emacs:
(if (eq window-system 'w32)
(progn
(add-to-list 'load-path "c:/emacs-21.3/cc-mode-5.30.8")
(setq w32-enable-synthesized-fonts t)
(set-face-font 'bold
"-raster-Courier-bold-r-normal-normal-16-120-96-96-c-*-iso8859-1")
(set-default-font
"-raster-Courier-normal-r-normal-normal-16-120-96-96-c-*-iso8859-1")
(w32-send-sys-command ?\xf030) ; Start as maximized. Or use $
emacs --fullscreen
))
(custom-set-variables)
(custom-set-faces
'(font-lock-comment-face ((t (:foreground "Green"))))
'(font-lock-reference-face ((((class color) (background light))
(:foreground "LightGreen"))))
'(font-lock-string-face ((t (:foreground "Gray"))))
'(font-lock-keyword-face ((t (:bold t :foreground "Cyan"))))
'(font-lock-constant-face ((t (:foreground "Yellow"))))
'(font-lock-type-face ((t (:bold t :foreground "White"))))
'(font-lock-variable-name-face ((t (:foreground "Yellow"))))
'(font-lock-function-name-face ((t (:foreground "Cyan"))))
'(font-lock-builtin-face ((t (:bold t :foreground "LightGreen")))))
What am I doing wrong?? I really would like to solve this so I can get on
with my programming.
Using Emacs under Windows, CVS-version. Please help me if you can: I will be
forever in your debt if you help me resolve this most annoying problem.
/ WP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Bold words get "cut off",
William Payne <=