SAKURAI Masashi <m.saku...@kiwanami.net> writes: > I pushed the multiline branch on the github. > https://github.com/kiwanami/emacs-calfw/tree/multiline(including some minor > updating)
Thanks! > > Then, I found that the complicated algorithms, such as 'Knuth/Plass > line-breaking Algorithm', are difficult to implement on the Emacs Lisp > efficiently, because the line breaking function is called many time > during rendering the view. (I hope that Emacs support native > line-breaking function.) Emacs has several built-in word wrapping mechanisms. See Options → Line Wrapping in this buffer for an overview. My preferred method is Word Wrap. Whether this can easily be utilized by calfw I don't know. > If you have a time, will you check it out? > I would like to hear feeling from the not East Asians users, > using line breaking without no smart word-wrapping and hyphenation. It works okay. The problem is not so much the line breaking as the lack of appropriately segregating entries. The following view is decent, and word wrap certainly improves the ease of obtaining information: http://ompldr.org/vYThpOQ On the other hand information is not easily obtained from a week with lots of scheduled class from a single file: http://ompldr.org/vYThpYQ - An easy solution might be do add a `\n' but this might not always be desirable. - Events could also be separated by lines. - Different shades might also be a possibility. Here is a screenshot of my Gnus group buffer which is striped. http://ompldr.org/vYThpZQ Cheers, Rasmus -- Sent from my Emacs