簡體   English   中英

Emacs填寫列在組織議程和日歷中搞亂格式?

[英]Emacs fill column messing up formatting in org agenda and calendar?

我妻子的Emacs安裝(在Windows上)有點奇怪。 我們認為這是將Cx Cf(打開文件)與Cx f(設置填充列)混合的結果。 症狀是日歷和組織議程選擇屏幕現在都有非常奇怪的格式:

https://www.dropbox.com/s/ymrcnigrvukdyo1/Screen%20Shot%202014-02-02%20at%2016.12.20.png

https://www.dropbox.com/s/xi2rnnh4e84feyx/Screen%20Shot%202014-02-02%20at%2016.13.15.png

我在她的.emacs中看不到任何奇怪的東西,這是下面的,但我不是Windows用戶。

 (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.
 '(appmenu-mode t)
 '(cua-mode t nil (cua-base))
 '(emacsw32-max-frames t)
 '(emacsw32-style-frame-title t)
 '(hfyview-quick-print-in-files-menu t)
 '(menuacc-mode t)
 '(noprint-hide-print-in-menus t)
 '(noprint-hide-ps-print-in-menus t)
 '(org-agenda-files (quote ("E:\\emacs\\todo.org")))
 '(org-agenda-ndays 7)
 '(org-agenda-show-all-dates t)
 '(org-agenda-skip-deadline-if-done t)
 '(org-agenda-skip-scheduled-if-done t)
 '(org-agenda-start-on-weekday nil)
 '(ourcomments-ido-ctrl-tab t)
 '(rebind-keys-mode t)
 '(recentf-mode t)
 '(sex-mode t)
 '(tabkey2-mode t)
 '(w32-meta-style (quote w32-lr))
 '(w32shell-shell (quote cmd)))
(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.
 '(default ((t (:inherit nil :stipple nil :background "SystemWindow" :foreground "SystemWindowText" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 98 :width normal :foundry "outline" :family "Arial")))))

有沒有人知道如何解決這個問題?

將家庭設置為“Arial”導致問題,我不知道為什么。 但刪除它對我有用。 因此,如果字體系列對您來說並不重要:family "Arial"來自custom-set-faces :family "Arial"可以修復問題(您需要重新啟動emacs)

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM