From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: [calfw] Better use of space Date: Wed, 07 Sep 2011 10:32:48 +0200 Message-ID: <87k49ksqfj.fsf@gmail.com> References: <87tyag57ue.fsf@gmail.com> <20110722070359.2BC7F13C54E@vps1.kiwanami.net> <87hb6e7k6p.fsf@gmail.com> <20110725034144.4073713C51B@vps1.kiwanami.net> <20110906021117.4A41B13C55D@vps1.kiwanami.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1DXK-0000Ik-MU for emacs-orgmode@gnu.org; Wed, 07 Sep 2011 04:31:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1DXI-0006WT-VX for emacs-orgmode@gnu.org; Wed, 07 Sep 2011 04:31:10 -0400 Received: from lo.gmane.org ([80.91.229.12]:57960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1DXI-0006W8-GF for emacs-orgmode@gnu.org; Wed, 07 Sep 2011 04:31:08 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R1DXG-0008KP-4r for emacs-orgmode@gnu.org; Wed, 07 Sep 2011 10:31:06 +0200 Received: from 0x555293e1.adsl.cybercity.dk ([85.82.147.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Sep 2011 10:31:06 +0200 Received: from rasmus by 0x555293e1.adsl.cybercity.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Sep 2011 10:31:06 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org SAKURAI Masashi 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