;; Don't force use of a full window.
(setq gnus-use-full-window nil)
+;; Honour character widths correctly. Otherwise the screen gets properly
+;; messed up.
+(setq gnus-use-correct-string-widths t)
+
;; Display a slrn-like tree view in the summary window.
(setq gnus-use-trees nil)
(setq gnus-summary-make-false-root 'dummy)
(with-current-buffer buffer
(set-visited-file-name to nil t)))))))
+;; Character width table hacking.
+(dolist (ch '(?🙀))
+ (aset char-width-table ch 2))
+
;;;--------------------------------------------------------------------------
;;; Miscellaneous bug fixes.