Is there a reason not to make overflow-newline-into-fringe cutomizable through Custom? I can install the following, if desired:
===File ~/cus-start.el-diff================================= *** cus-start.el 04 Aug 2005 16:11:46 -0500 1.77 --- cus-start.el 04 Aug 2005 16:27:17 -0500 *************** *** 171,176 **** --- 171,178 ---- (mouse-highlight mouse (choice (const :tag "disabled" nil) (const :tag "always shown" t) (other :tag "hidden by keypress" 1))) + ;; fringe.c + (overflow-newline-into-fringe fringe boolean "22.1") ;; indent.c (indent-tabs-mode fill boolean) ;; keyboard.c ============================================================ _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel