emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: x-use-underline-position-properties


From: Pavel Janík
Subject: Re: x-use-underline-position-properties
Date: Tue, 05 Feb 2002 22:45:51 +0100
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i386-suse-linux-gnu)

   From: "Eli Zaretskii" <address@hidden>
   Date: Tue, 05 Feb 2002 20:32:06 +0200

Hi Eli,

   >     2002-02-05  Pavel Jani'k  <address@hidden>
   > 
   >        * cus-start.el (x-use-underline-position-properties):
   >        Allow customization.
   > 
   > adds to cus-start.el a variable declared on xterm.c.  Non-GUI
   > versions, such as Emacs compiled --without-x or the MS-DOS port,
   > don't have this variable, so loadup.el prints a warning.

that was the same before this change with --without-x:

Note, built-in variable `x-bitmap-file-path' not bound
Note, built-in variable `x-stretch-cursor' not bound

Is this really a problem? I do not think we should workaround this issue
as it is now in msdos.c:

/* The following variables are required so that cus-start.el won't
   complain about unbound variables.  */
#ifndef HAVE_X_WINDOWS
/* Search path for bitmap files (xfns.c).  */
Lisp_Object Vx_bitmap_file_path;
int x_stretch_cursor_p;
#endif

-- 
Pavel Janík

Pah! Benchmarks, smenchmarks! Give us your bogomips-rating, that's
the only thing that counts :-)
                  -- David Weinehall in linux-kernel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]