all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: help-default-arg-highlight
       [not found]   ` <20040604105406.749D.JMBARRANQUERO@wke.es>
@ 2004-06-04 10:12     ` Miles Bader
  2004-06-04 10:27       ` help-default-arg-highlight Juanma Barranquero
  0 siblings, 1 reply; 6+ messages in thread
From: Miles Bader @ 2004-06-04 10:12 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel

Juanma Barranquero <jmbarranquero@wke.es> writes:
> ELISP> (face-differs-from-default-p 'default)
> :stipple
>
> seems a bit un-intuitive...

Good catch!

I've removed :stipple from the comparison (Emacs doesn't really display
stipples properly anyway), and also simplified face-differs-from-default-p a
bit more, as display-supports-face-attributes-p now works (more) properly on
non-ttys.

Try again in a few moments (once the changes have had a chance to percolate
to CVS).

> BTW, shouldn't be pass the discussion to emacs-devel@gnu.org?

Hmmm, gee, I didn't even realize it was not...

-Miles
-- 
o The existentialist, not having a pillow, goes everywhere with the book by
  Sullivan, _I am going to spit on your graves_.

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

* Re: help-default-arg-highlight
  2004-06-04 10:12     ` help-default-arg-highlight Miles Bader
@ 2004-06-04 10:27       ` Juanma Barranquero
  2004-06-04 10:43         ` help-default-arg-highlight Miles Bader
  0 siblings, 1 reply; 6+ messages in thread
From: Juanma Barranquero @ 2004-06-04 10:27 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel


On Fri, 04 Jun 2004 19:12:00 +0900
Miles Bader <miles@lsi.nec.co.jp> wrote:

> I've removed :stipple from the comparison (Emacs doesn't really display
> stipples properly anyway)

Will that fix this similar problem with emacs -nw?

*** Welcome to IELM ***  Type (describe-mode) for help.
ELISP> (face-differs-from-default-p 'default)
:family
ELISP>


                                                                Juanma

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

* Re: help-default-arg-highlight
  2004-06-04 10:27       ` help-default-arg-highlight Juanma Barranquero
@ 2004-06-04 10:43         ` Miles Bader
  2004-06-04 11:04           ` help-default-arg-highlight Juanma Barranquero
  0 siblings, 1 reply; 6+ messages in thread
From: Miles Bader @ 2004-06-04 10:43 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel

Juanma Barranquero <jmbarranquero@wke.es> writes:
>> I've removed :stipple from the comparison (Emacs doesn't really display
>> stipples properly anyway)
>
> Will that fix this similar problem with emacs -nw?

I'm not exactly sure why, but yes, it appears to (I confirmed the
problem, and the new version seems to work properly).

-Miles
-- 
Love is a snowmobile racing across the tundra.  Suddenly it flips over,
pinning you underneath.  At night the ice weasels come.  --Nietzsche

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

* Re: help-default-arg-highlight
  2004-06-04 10:43         ` help-default-arg-highlight Miles Bader
@ 2004-06-04 11:04           ` Juanma Barranquero
  2004-06-04 23:32             ` help-default-arg-highlight Miles Bader
  0 siblings, 1 reply; 6+ messages in thread
From: Juanma Barranquero @ 2004-06-04 11:04 UTC (permalink / raw)
  Cc: emacs-pretest-bug, emacs-devel


On Fri, 04 Jun 2004 19:43:53 +0900
Miles Bader <miles@lsi.nec.co.jp> wrote:

> I'm not exactly sure why, but yes, it appears to (I confirmed the
> problem, and the new version seems to work properly).

Hmm. With your changed faces.el, I still get :family on -nw runs.  It's
now nil on windowed runs, though.  Perhaps something about my setup? (I
run with -q --no-site-file, but there's the issue of registry settings
for fontsets, etc.)


                                                                Juanma

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

* Re: help-default-arg-highlight
  2004-06-04 11:04           ` help-default-arg-highlight Juanma Barranquero
@ 2004-06-04 23:32             ` Miles Bader
  2004-06-05  0:08               ` help-default-arg-highlight Juanma Barranquero
  0 siblings, 1 reply; 6+ messages in thread
From: Miles Bader @ 2004-06-04 23:32 UTC (permalink / raw)
  Cc: emacs-pretest-bug

Juanma Barranquero <jmbarranquero@wke.es> writes:
> Hmm. With your changed faces.el, I still get :family on -nw runs.  It's
> now nil on windowed runs, though.  Perhaps something about my setup?

No, it was a real problem.

Try again now.

Thanks,

-Miles
-- 
Somebody has to do something, and it's just incredibly pathetic that it
has to be us.  -- Jerry Garcia

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

* Re: help-default-arg-highlight
  2004-06-04 23:32             ` help-default-arg-highlight Miles Bader
@ 2004-06-05  0:08               ` Juanma Barranquero
  0 siblings, 0 replies; 6+ messages in thread
From: Juanma Barranquero @ 2004-06-05  0:08 UTC (permalink / raw)


On Sat, 05 Jun 2004 08:32:52 +0900, Miles Bader <miles@gnu.org> wrote:

> Try again now.

Yes, now it works.

Thanks,


                                                           /L/e/k/t/u

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

end of thread, other threads:[~2004-06-05  0:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20040602092957.AAD5.JMBARRANQUERO@wke.es>
     [not found] ` <buo1xkwghlw.fsf@mctpc71.ucom.lsi.nec.co.jp>
     [not found]   ` <20040604105406.749D.JMBARRANQUERO@wke.es>
2004-06-04 10:12     ` help-default-arg-highlight Miles Bader
2004-06-04 10:27       ` help-default-arg-highlight Juanma Barranquero
2004-06-04 10:43         ` help-default-arg-highlight Miles Bader
2004-06-04 11:04           ` help-default-arg-highlight Juanma Barranquero
2004-06-04 23:32             ` help-default-arg-highlight Miles Bader
2004-06-05  0:08               ` help-default-arg-highlight Juanma Barranquero

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.