https://bugzilla.redhat.com/show_bug.cgi?id=684797
Petr Hracek <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #17 from Petr Hracek <[email protected]> --- 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 "[email protected]") (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 _______________________________________________ fonts-bugs mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs http://fonts.fedoraproject.org/
