emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <C.Dominik@uva.nl>
To: Wanrong Lin <wanrong.lin@gmail.com>
Cc: org-mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: Underlines and strike-through lines in column view
Date: Fri, 16 May 2008 09:23:33 +0200	[thread overview]
Message-ID: <91A9307E-412F-49B4-9A65-43CBAF26DD02@uva.nl> (raw)
In-Reply-To: <482C757E.1040101@gmail.com>

Hi Wanrong,

I have lost track a bit of the details, so in order to fix this, can
you please make me a test case with a minimal .emacs that contrains  
your face definitions, and a small example file.  Please make it work  
so that

emacs -q -l minimal.emacs

will reproduce the problem.  Please also include the exact version of  
Emacs you are using.

Thanks.

- Carsten

On May 15, 2008, at 7:40 PM, Wanrong Lin wrote:

>
> Feedback: I just tested again on org 6.03, and the "line noises" are  
> still there in the column view.
>
> Wanrong
>
> Wanrong Lin wrote:
>>
>> Just a reminder: do you have any TODO faces with strike-through  
>> lines? Remember the line noises will only happen when that is true.
>>
>> Also, maybe there are some other check-ins after your patch that  
>> fixed this. I only tried your patch, not the latest GIT revision. I  
>> can just wait until next release to test again.
>>
>> Thanks a lot.
>>
>> Wanrong
>>
>> Carsten Dominik wrote:
>>> Hi Wanrong,
>>>
>>> I cannot reproduce this,, works just fine for me.
>>>
>>> - Carsten
>>>
>>> On May 8, 2008, at 12:23 AM, Wanrong Lin wrote:
>>>
>>>>
>>>> Hi, Carsten,
>>>>
>>>> I just tried your patch for this fix, the column view faces are  
>>>> OK now, but those strike-through line noises come back again.  
>>>> Seems we can not get both. :-)
>>>>
>>>> Wanrong
>>>>
>>>> Carsten Dominik wrote:
>>>>> Fixed, thanks.
>>>>>
>>>>> - Carsten
>>>>>
>>>>> On Apr 30, 2008, at 11:25 PM, Wanrong Lin wrote:
>>>>>
>>>>>> Hi, Carsten,
>>>>>>
>>>>>> I just tried org-mode version 6.02b, which seems to have the  
>>>>>> fix included. Glad those "line noises" disappeared. However,  
>>>>>> there seems to be some new (compared with 6.02) problems now:
>>>>>>
>>>>>> 1. Before the fix (6.02), faces of headings in org files are  
>>>>>> preserved in the column view. In 6.02b, text in column view is  
>>>>>> all in the same face. Can we restore the 6.02 behavior?
>>>>>> 2. Customization for org-column face does not work right. Even  
>>>>>> though I only customized the "background" property of org- 
>>>>>> column face and hence expect the font stays the same as my  
>>>>>> default font (a bold font), but the font changes to regular (no  
>>>>>> bold text). Funny thing is, the sample text showed in the face  
>>>>>> customization window is in the correct font, but the actual  
>>>>>> font in the org file (column view) is not. Also even after I  
>>>>>> forced the "Weight" to be "bold", that still did not work. My  
>>>>>> org-column face is as following:
>>>>>>
>>>>>>      Family: unspecified
>>>>>>       Width: unspecified
>>>>>>      Height: unspecified
>>>>>>      Weight: unspecified
>>>>>>       Slant: unspecified
>>>>>>  Foreground: unspecified
>>>>>>  Background: gray80
>>>>>>   Underline: unspecified
>>>>>>    Overline: unspecified
>>>>>> Strike-through: unspecified
>>>>>>         Box: unspecified
>>>>>>     Inverse: unspecified
>>>>>>     Stipple: unspecified
>>>>>> Font or fontset: nil
>>>>>>     Inherit: unspecified
>>>>>>
>>>>>> Thanks a lot if you can take a look of it.
>>>>>>
>>>>>> Wanrong
>>>>>>
>>>>>> Carsten Dominik wrote:
>>>>>>>
>>>>>>> On Apr 24, 2008, at 4:55 PM, Wanrong Lin wrote:
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> In the column view, I often see some underlines and strike- 
>>>>>>>> through lines that show up kind of randomly. I have seen this  
>>>>>>>> for quite sometime, maybe since I began to use the column  
>>>>>>>> view 3 or 4 months ago. Are there any special meanings for  
>>>>>>>> those lines or they are just noise? I am now using Emacs 22.2  
>>>>>>>> (on windows) and org-6.02. Thank you.
>>>>>>>
>>>>>>> This happens because each column is an overlay over a one  
>>>>>>> character in the line below, and it seems that the properties  
>>>>>>> of the underlying faces are still coming through.  Column one
>>>>>>> has the properties of character one in the line, column two  
>>>>>>> that of character two, etc.
>>>>>>>
>>>>>>> Fixed now, I think.
>>>>>>>
>>>>>>> Why in the world would you be using a strike-through face?   
>>>>>>> There is nothing more ugly in the world of typography than  
>>>>>>> strike-through faces, and web sites that use it immediately  
>>>>>>> get onto the black list of my parental control program :-)
>>>>>>>
>>>>>>> - Carsten
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> Emacs-orgmode mailing list
>>>>>> Remember: use `Reply All' to send replies to the list.
>>>>>> Emacs-orgmode@gnu.org
>>>>>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Emacs-orgmode mailing list
>>>> Remember: use `Reply All' to send replies to the list.
>>>> Emacs-orgmode@gnu.org
>>>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>>
>>
>>
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2008-05-16  8:20 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-24 14:55 Underlines and strike-through lines in column view Wanrong Lin
2008-04-24 16:44 ` Jose Robins
2008-04-25 13:52 ` Carsten Dominik
2008-04-30 21:25   ` Wanrong Lin
2008-05-01  8:07     ` Carsten Dominik
2008-05-07 22:23       ` Wanrong Lin
2008-05-08  6:29         ` Carsten Dominik
2008-05-08 14:32           ` Wanrong Lin
2008-05-15 17:40             ` Wanrong Lin
2008-05-16  7:23               ` Carsten Dominik [this message]
2008-05-16 14:52                 ` Wanrong Lin
2008-05-16 15:20                   ` Carsten Dominik
2008-05-16 15:26                     ` Carsten Dominik
2008-05-16 15:29                       ` Carsten Dominik
2008-05-16 16:41                         ` Wanrong Lin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=91A9307E-412F-49B4-9A65-43CBAF26DD02@uva.nl \
    --to=c.dominik@uva.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=wanrong.lin@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).