Re: [O] Org table with long lines visibility

2011-05-26 Thread Carsten Dominik
On 14.5.2011, at 17:14, Johnny wrote: > Carsten Dominik writes: > >> On May 4, 2011, at 7:48 PM, Johnny wrote: >> >>> ... any way to make the 'org-table-edit-field' to be permanently >>> visible in a buffer, automatically updating while moving around in >>> the table to view the full content o

Re: [O] Org table with long lines visibility

2011-05-14 Thread Johnny
Carsten Dominik writes: > On May 4, 2011, at 7:48 PM, Johnny wrote: > >> ... any way to make the 'org-table-edit-field' to be permanently >> visible in a buffer, automatically updating while moving around in >> the table to view the full content of the current cell? >> > > this is a good idea,

Re: [O] Org table with long lines visibility

2011-05-12 Thread Eric S Fraga
Carsten Dominik writes: > On May 4, 2011, at 7:48 PM, Johnny wrote: [...] >> cumbersome, so I am wondering if there is any way to make the >> 'org-table-edit-field' to be permanently visible in a buffer, >> automatically updating while moving around in the table to view the full >> content of t

Re: [O] Org table with long lines visibility

2011-05-11 Thread Michael Brand
Hi Carsten Thank you for this extension. I appreciate the nice design with switching off when leaving the table and especially that it works with all moving commands, not limited to (S)-TAB/org-table-next-field or other dedicated moving keys like the ones suggested earlier. Michael On Wed, May 1

Re: [O] Org table with long lines visibility

2011-05-11 Thread Carsten Dominik
On May 4, 2011, at 7:48 PM, Johnny wrote: > I have a table with ridiculously long lines, so I have limited them by > putting '' in the first row. To edit them, I use 'C-c `' to get the > full text in a separate buffer, which works fine, especially together > with 'longlines-mode'. However, browsi

Re: [O] Org table with long lines visibility

2011-05-09 Thread Michael Brand
Hi Johnny On Mon, May 9, 2011 at 20:34, Johnny wrote: > Thanks for the pointers. I will keep this on my todo-list, but starting > from minimal experience with lisp and none in debugging in emacs Ok, in this case one more pointer: For the first Edebug session I can recommend the first and short c

Re: [O] Org table with long lines visibility

2011-05-09 Thread Johnny
Michael Brand writes: > As I understand, the issue tracker on Worg > http://orgmode.org/worg/org-issues.html > is thought also as a wish-list and you may add this with the keyword > WISH there. But I wouldn't expect too much from doing only this. The > best in many cases is to try to implement by

Re: [O] Org table with long lines visibility

2011-05-08 Thread Michael Brand
Hi Johnny As I understand, the issue tracker on Worg http://orgmode.org/worg/org-issues.html is thought also as a wish-list and you may add this with the keyword WISH there. But I wouldn't expect too much from doing only this. The best in many cases is to try to implement by oneself and ask for he

Re: [O] Org table with long lines visibility

2011-05-07 Thread Johnny
Michael Brand writes: > There is not such a way yet but I totally agree that it would be > nothing but natural to have keys assigned to the buffer that opens > with "C-c `" to move around in the current table. I suggest > "S-///" for this in honor of the same keys in > the table formula editor ("C

Re: [O] Org table with long lines visibility

2011-05-04 Thread Michael Brand
Hi Johnny On Wed, May 4, 2011 at 19:48, Johnny wrote: > [...] so I am wondering if there is any way to make the > 'org-table-edit-field' to be permanently visible in a buffer, > automatically updating while moving around in the table to view the full > content of the current cell? There is not s

Re: [O] Org table with long lines visibility

2011-05-04 Thread Michael Brand
Hi Juan You might want to try out also "C-u C-c `" or to toggle "M-x visible-mode RET". More comfortable would be to reuse this part from org-table-edit-field #+begin_src emacs-lisp (let ((b (save-excursion (skip-chars-backward "^|") (point))) (e (save-excursion (skip-chars-forward "^

Re: [O] Org table with long lines visibility

2011-05-04 Thread Johnny
Juan Pechiar writes: > If you're running Emacs on a graphic environment, there is a mouse > tooltip showing the whole cell contentes when you hover over a > truncated cell. Thanks, but I don't like using the mouse as it is too inefficient when moving in buffers. Is there any way not involving t

Re: [O] Org table with long lines visibility

2011-05-04 Thread Juan Pechiar
If you're running Emacs on a graphic environment, there is a mouse tooltip showing the whole cell contentes when you hover over a truncated cell. Regards, .j. On Wed, May 04, 2011 at 06:48:56PM +0100, Johnny wrote: > I have a table with ridiculously long lines, so I have limited them by > putting

[O] Org table with long lines visibility

2011-05-04 Thread Johnny
I have a table with ridiculously long lines, so I have limited them by putting '' in the first row. To edit them, I use 'C-c `' to get the full text in a separate buffer, which works fine, especially together with 'longlines-mode'. However, browsing the table contents is very cumbersome, so I am wo