all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Unknown ps-e-color-values in loaddefs.el
@ 2002-09-11  8:17 Juanma Barranquero
  2002-09-11 16:32 ` Vinicius Jose Latorre
  2002-09-11 20:03 ` Richard Stallman
  0 siblings, 2 replies; 4+ messages in thread
From: Juanma Barranquero @ 2002-09-11  8:17 UTC (permalink / raw)


That change doesn't work:

2002-09-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>

        (ps-print-color-p, ps-page-dimensions-database): Autoload var.

because ps-print-color-p's initialization depends on `ps-e-color-values',
which is a non-autoloaded alias for `color-values'.


                                                           /L/e/k/t/u

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

* Re: Unknown ps-e-color-values in loaddefs.el
  2002-09-11  8:17 Unknown ps-e-color-values in loaddefs.el Juanma Barranquero
@ 2002-09-11 16:32 ` Vinicius Jose Latorre
  2002-09-12  6:20   ` Juanma Barranquero
  2002-09-11 20:03 ` Richard Stallman
  1 sibling, 1 reply; 4+ messages in thread
From: Vinicius Jose Latorre @ 2002-09-11 16:32 UTC (permalink / raw)
  Cc: emacs-devel


> That change doesn't work:
> 
> 2002-09-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
> 
>         (ps-print-color-p, ps-page-dimensions-database): Autoload var.
> 
> because ps-print-color-p's initialization depends on `ps-e-color-values',
> which is a non-autoloaded alias for `color-values'.
> 

Does it work if it's added the code below?

;;;###autoload
  (defalias 'ps-e-color-values        'color-values)


Vinicius

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

* Re: Unknown ps-e-color-values in loaddefs.el
  2002-09-11  8:17 Unknown ps-e-color-values in loaddefs.el Juanma Barranquero
  2002-09-11 16:32 ` Vinicius Jose Latorre
@ 2002-09-11 20:03 ` Richard Stallman
  1 sibling, 0 replies; 4+ messages in thread
From: Richard Stallman @ 2002-09-11 20:03 UTC (permalink / raw)
  Cc: emacs-devel

Since ps-print.el is maintained by a specific person, Vinicius Latorre,
it is important to tell him as well as emacs-devel that his change
has a problem.

Only a few of the people who maintain specific packages
are on emacs-devel; don't assume you can reach the maintainer that way!

I forwarded your message to Vinicius.

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

* Re: Unknown ps-e-color-values in loaddefs.el
  2002-09-11 16:32 ` Vinicius Jose Latorre
@ 2002-09-12  6:20   ` Juanma Barranquero
  0 siblings, 0 replies; 4+ messages in thread
From: Juanma Barranquero @ 2002-09-12  6:20 UTC (permalink / raw)
  Cc: emacs-devel

On Wed, 11 Sep 2002 13:32:41 -0300, Vinicius Jose Latorre <vinicius@cpqd.com.br> wrote:

> Does it work if it's added the code below?

No, I had already tried that.

But I've seen that you fixed it; thanks.

                                                           /L/e/k/t/u

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

end of thread, other threads:[~2002-09-12  6:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-11  8:17 Unknown ps-e-color-values in loaddefs.el Juanma Barranquero
2002-09-11 16:32 ` Vinicius Jose Latorre
2002-09-12  6:20   ` Juanma Barranquero
2002-09-11 20:03 ` Richard Stallman

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.