Hi, At Mon, 11 Jul 2011 17:50:27 +0200, Sebastien Vauban wrote: > : > Tassilo Horn wrote: > > I've also made the characters used for table rendering customizable, so > > that you can use nice unicode glyphs. > > > > http://dl.dropbox.com/u/30611246/img/calfw-unicode.png > > Now that this has been made configurable, could you share your customization > for getting such a (very) nice view? Which characters are you using?
Here is a sample code. https://gist.github.com/1074205 ================================================== ;; Default setting (setq cfw:fchar-junction ?+ cfw:fchar-vertical-line ?| cfw:fchar-horizontal-line ?- cfw:fchar-left-junction ?+ cfw:fchar-right-junction ?+ cfw:fchar-top-junction ?+ cfw:fchar-top-left-corner ?+ cfw:fchar-top-right-corner ?+ ) ;; Nice view (Unicode characters) (setq cfw:fchar-junction ?╋ cfw:fchar-vertical-line ?┃ cfw:fchar-horizontal-line ?━ cfw:fchar-left-junction ?┣ cfw:fchar-right-junction ?┫ cfw:fchar-top-junction ?┯ cfw:fchar-top-left-corner ?┏ cfw:fchar-top-right-corner ?┓) ================================================== Regards, -- SAKURAI, Masashi (family, given) m.saku...@kiwanami.net