* Fast tag selection can split window wrongly
@ 2010-12-08 18:20 Leo
[not found] ` <AB3362FA-47F0-4F47-91DD-8002C4E8AA62@yahoo.com>
0 siblings, 1 reply; 5+ messages in thread
From: Leo @ 2010-12-08 18:20 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 395 bytes --]
Hello list,
It's been a long time ;)
I'm running GNU Emacs 23.2.90.2 (x86_64-apple-darwin10.5.0, Carbon
Version 1.6.0 AppKit 1038.35) of 2010-12-05 on Victoria.local with
org-mode 7.3 (installed from the snapshot link on the website).
I usually have emacs in fullscreen with just one frame. And I have found
that the fast tag selection can produce a really ugly layout. See this
screenshot:
[-- Attachment #2: emacs-org.png --]
[-- Type: image/png, Size: 68842 bytes --]
[-- Attachment #3: Type: text/plain, Size: 455 bytes --]
Emacs was changed from one window into 3 windows after typing C-c C-c
C-c on the heading. Note also some of the important text (tags) extends
into the window edge (I have truncate-lines defaults to t).
,----
| (setq-default truncate-lines t)
| (setq split-width-threshold 156
| truncate-partial-width-windows nil)
`----
Now if the frame is not in fullscreen it only pops up a tag selection
window after pressing C-c C-c C-c, which is like this:
[-- Attachment #4: emacs-org2.png --]
[-- Type: image/png, Size: 65404 bytes --]
[-- Attachment #5: Type: text/plain, Size: 194 bytes --]
I guess this is the intended behaviour.
Any idea how to fix the first case? I suspect this has something to do
with the new splitting window introduced by split-window-sensibly.
Thanks.
Leo
[-- Attachment #6: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Fast tag selection can split window wrongly
[not found] ` <AB3362FA-47F0-4F47-91DD-8002C4E8AA62@yahoo.com>
@ 2010-12-09 15:59 ` Leo
2010-12-10 10:11 ` Carsten Dominik
0 siblings, 1 reply; 5+ messages in thread
From: Leo @ 2010-12-09 15:59 UTC (permalink / raw)
To: Anthony Lander; +Cc: emacs-orgmode
On 2010-12-09 15:41 +0000, Anthony Lander wrote:
> To fix the horizontal splitting, try adding this to your .emacs (works
> for me):
>
> (setq split-width-threshold most-positive-fixnum)
>
> -anthony
I have sent in a suggestion on how to fix it. I think the fault is at
org not taking that into account.
Cheers,
Leo
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Fast tag selection can split window wrongly
2010-12-09 15:59 ` Leo
@ 2010-12-10 10:11 ` Carsten Dominik
2010-12-10 12:54 ` Leo
0 siblings, 1 reply; 5+ messages in thread
From: Carsten Dominik @ 2010-12-10 10:11 UTC (permalink / raw)
To: Leo; +Cc: emacs-orgmode
On Dec 9, 2010, at 4:59 PM, Leo wrote:
> On 2010-12-09 15:41 +0000, Anthony Lander wrote:
>> To fix the horizontal splitting, try adding this to your .emacs
>> (works
>> for me):
>>
>> (setq split-width-threshold most-positive-fixnum)
>>
>> -anthony
>
> I have sent in a suggestion on how to fix it. I think the fault is at
> org not taking that into account.
Hi Leo,
I am not sure I have your suggestion at hand. Can you please repeat it?
Thanks.
- Carsten
>
> Cheers,
> Leo
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Fast tag selection can split window wrongly
2010-12-10 10:11 ` Carsten Dominik
@ 2010-12-10 12:54 ` Leo
2010-12-12 7:36 ` Carsten Dominik
0 siblings, 1 reply; 5+ messages in thread
From: Leo @ 2010-12-10 12:54 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode
On 2010-12-10 10:11 +0000, Carsten Dominik wrote:
> Hi Leo,
>
> I am not sure I have your suggestion at hand. Can you please repeat it?
>
> Thanks.
>
> - Carsten
I posted here: http://article.gmane.org/gmane.emacs.orgmode/34802. It
should have been on this thread but at the time of posting gmane was
very slow and I thought my last post was lost.
--
Leo
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Fast tag selection can split window wrongly
2010-12-10 12:54 ` Leo
@ 2010-12-12 7:36 ` Carsten Dominik
0 siblings, 0 replies; 5+ messages in thread
From: Carsten Dominik @ 2010-12-12 7:36 UTC (permalink / raw)
To: Leo; +Cc: emacs-orgmode
On Dec 10, 2010, at 1:54 PM, Leo wrote:
> On 2010-12-10 10:11 +0000, Carsten Dominik wrote:
>> Hi Leo,
>>
>> I am not sure I have your suggestion at hand. Can you please
>> repeat it?
>>
>> Thanks.
>>
>> - Carsten
>
> I posted here: http://article.gmane.org/gmane.emacs.orgmode/34802. It
> should have been on this thread but at the time of posting gmane was
> very slow and I thought my last post was lost.
Applied, thanks.
- Carsten
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-12-12 7:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-08 18:20 Fast tag selection can split window wrongly Leo
[not found] ` <AB3362FA-47F0-4F47-91DD-8002C4E8AA62@yahoo.com>
2010-12-09 15:59 ` Leo
2010-12-10 10:11 ` Carsten Dominik
2010-12-10 12:54 ` Leo
2010-12-12 7:36 ` Carsten Dominik
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).