[Bug 684797] font problem in emacs LaTeX mode - "verbatim" text displays as small black squares

bugzilla at redhat.com bugzilla at redhat.com
Tue Apr 22 07:18:08 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=684797

Petr Hracek <phracek at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |phracek at redhat.com



--- Comment #17 from Petr Hracek <phracek at redhat.com> ---
What do you have in .emacs file?
On my F20 I have installed version emacs-24.16
and all work properly.

Text in verbatim section is shown correctly.

My .emacs file is:
(custom-set-variables
 ;; custom-set-variables was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 '(send-mail-function (quote mailclient-send-it)))
(custom-set-faces
 ;; custom-set-faces was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 )

(desktop-save-mode 1)
(put 'upcase-region 'disabled nil)
(autoload 'rpm-spec-mode "rpm-spec-mode.el" "RPM spec mode."t)

(setq auto-mode-alist(append'(("\\.spec" .rpm-spec-mode)) auto-mode-alist))
(setq user-mail-address "phracek at redhat.com")
(server-start)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Pbg0n7brG1&a=cc_unsubscribe


More information about the fonts-bugs mailing list