Gnus development mailing list
 help / color / mirror / Atom feed
* EasyPG bug
@ 2007-07-26 22:11 Leo
  2007-07-26 23:11 ` timotheus
  2007-07-27 20:21 ` Leo
  0 siblings, 2 replies; 6+ messages in thread
From: Leo @ 2007-07-26 22:11 UTC (permalink / raw)
  To: ding

[I assume xterm has a light background]

1. Start emacs in xterm by 'emacs -nw -q'
2. epa-list-keys

Then you can see the keys has a face that is for dark background.

Tested in EasyPG: 0.0.12

HTH,
-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: EasyPG bug
  2007-07-26 22:11 EasyPG bug Leo
@ 2007-07-26 23:11 ` timotheus
  2007-07-27 17:35   ` Leo
  2007-07-27 20:21 ` Leo
  1 sibling, 1 reply; 6+ messages in thread
From: timotheus @ 2007-07-26 23:11 UTC (permalink / raw)
  To: ding

[-- Attachment #1: Type: text/plain, Size: 812 bytes --]

Leo <sdl.web@gmail.com> writes:

> [I assume xterm has a light background]
>
> 1. Start emacs in xterm by 'emacs -nw -q'
> 2. epa-list-keys
>
> Then you can see the keys has a face that is for dark background.
>
> Tested in EasyPG: 0.0.12
>
> HTH,
> -- 
> Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

EasyPG 0.0.13 has been out for a few months.
Emacs 23 or Emacs 22.1.

# xterm +rv
# emacs -Q -nw
(add-to-list 'load-path "~/epg-0.0.13/")
(load-library "epa-setup")
(epa-list-keys)

(Same results with emacs -q -nw.)
xterm has white background

Face is completely legible for me.
 - Normal keys: plain text.
 - Trusted keys: bold text.
 - Revoked/Expired Keys: selected text (black bkgrd, white text).

You should check your X Resources.

-timotheus

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: EasyPG bug
  2007-07-26 23:11 ` timotheus
@ 2007-07-27 17:35   ` Leo
  0 siblings, 0 replies; 6+ messages in thread
From: Leo @ 2007-07-27 17:35 UTC (permalink / raw)
  To: ding

On 2007-07-27 00:11 +0100, timotheus wrote:
> Leo <sdl.web@gmail.com> writes:
>
>> [I assume xterm has a light background]
>>
>> 1. Start emacs in xterm by 'emacs -nw -q'
>> 2. epa-list-keys
>>
>> Then you can see the keys has a face that is for dark background.
>>
>> Tested in EasyPG: 0.0.12
>>
>> HTH,
>> -- 
>> Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)
>
> EasyPG 0.0.13 has been out for a few months.
> Emacs 23 or Emacs 22.1.

I can reproduce the following but not with "emacs -q -nw":

> # xterm +rv
> # emacs -Q -nw
> (add-to-list 'load-path "~/epg-0.0.13/")
> (load-library "epa-setup")
> (epa-list-keys)
>
> (Same results with emacs -q -nw.)
> xterm has white background
>
> Face is completely legible for me.
>  - Normal keys: plain text.
>  - Trusted keys: bold text.
>  - Revoked/Expired Keys: selected text (black bkgrd, white text).
>
> You should check your X Resources.
>
> -timotheus

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: EasyPG bug
  2007-07-26 22:11 EasyPG bug Leo
  2007-07-26 23:11 ` timotheus
@ 2007-07-27 20:21 ` Leo
  2007-07-29  3:44   ` Daiki Ueno
  1 sibling, 1 reply; 6+ messages in thread
From: Leo @ 2007-07-27 20:21 UTC (permalink / raw)
  To: ding

On 2007-07-26 23:11 +0100, Leo wrote:
> [I assume xterm has a light background]
>
> 1. Start emacs in xterm by 'emacs -nw -q'
> 2. epa-list-keys
>
> Then you can see the keys has a face that is for dark background.
>
> Tested in EasyPG: 0.0.12
>
> HTH,

I have now figured out a way to reproduce it:

   1. put (require 'epa-setup) in site-start.el
   2. Start emacs with "emacs -q -nw"
   3. M-x epa-list-keys

You can see the face for the keys is initiated to a value of when the
terminal has dark background.

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: EasyPG bug
  2007-07-27 20:21 ` Leo
@ 2007-07-29  3:44   ` Daiki Ueno
  2007-07-29  8:26     ` Leo
  0 siblings, 1 reply; 6+ messages in thread
From: Daiki Ueno @ 2007-07-29  3:44 UTC (permalink / raw)
  To: Leo; +Cc: ding

>>>>> In <m2abthppgk.fsf@cam.ac.uk> 
>>>>>	Leo <sdl.web@gmail.com> wrote:
> On 2007-07-26 23:11 +0100, Leo wrote:
> > [I assume xterm has a light background]
> >
> > 1. Start emacs in xterm by 'emacs -nw -q'
> > 2. epa-list-keys
> >
> > Then you can see the keys has a face that is for dark background.
> >
> > Tested in EasyPG: 0.0.12
> >
> > HTH,

> I have now figured out a way to reproduce it:

>    1. put (require 'epa-setup) in site-start.el
>    2. Start emacs with "emacs -q -nw"
>    3. M-x epa-list-keys

Thanks for the recipe.  I installed a workaround for 0.0.14, though I
suspect that this is a bug of Emacs.

Regards,
-- 
Daiki Ueno



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: EasyPG bug
  2007-07-29  3:44   ` Daiki Ueno
@ 2007-07-29  8:26     ` Leo
  0 siblings, 0 replies; 6+ messages in thread
From: Leo @ 2007-07-29  8:26 UTC (permalink / raw)
  To: ding; +Cc: Daiki Ueno

On 2007-07-29 04:44 +0100, Daiki Ueno wrote:
>> > [I assume xterm has a light background]
>> >
>> > 1. Start emacs in xterm by 'emacs -nw -q'
>> > 2. epa-list-keys
>> >
>> > Then you can see the keys has a face that is for dark background.
>> >
>> > Tested in EasyPG: 0.0.12
>> >
>> > HTH,
>
>> I have now figured out a way to reproduce it:
>
>>    1. put (require 'epa-setup) in site-start.el
>>    2. Start emacs with "emacs -q -nw"
>>    3. M-x epa-list-keys
>
> Thanks for the recipe.  I installed a workaround for 0.0.14, though I
> suspect that this is a bug of Emacs.

It seems to related to this:

 Xref: news.gmane.org gmane.emacs.devel:75769
 Archived-At: <http://permalink.gmane.org/gmane.emacs.devel/75769>

Regards,
-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-07-29  8:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-26 22:11 EasyPG bug Leo
2007-07-26 23:11 ` timotheus
2007-07-27 17:35   ` Leo
2007-07-27 20:21 ` Leo
2007-07-29  3:44   ` Daiki Ueno
2007-07-29  8:26     ` Leo

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 NNTP newsgroup(s).