unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Eli Zaretskii" <eliz@is.elta.co.il>
Cc: emacs-devel@gnu.org
Subject: Re: x-use-underline-position-properties
Date: Sat, 09 Feb 2002 11:53:14 +0200	[thread overview]
Message-ID: <2561-Sat09Feb2002115313+0200-eliz@is.elta.co.il> (raw)
In-Reply-To: <200202071457.g17EvGL04641@aztec.santafe.edu> (message from Richard Stallman on Thu, 7 Feb 2002 07:57:16 -0700 (MST))

> Date: Thu, 7 Feb 2002 07:57:16 -0700 (MST)
> From: Richard Stallman <rms@gnu.org>
> 
>     I can easily eliminate the warning for the DOS port, by declaring the
>     variable in some DOS-specific file, but is that the right way to solve
>     this, and what should we do to avoid the warning in the Unix version
>     compiled without X support?
> 
> Define the variable (and the other two) in some system-independent
> file such as bindings.el?

Is what's below okay to install?

Index: lisp/cus-start.el
===================================================================
RCS file: /cvs/emacs/lisp/cus-start.el,v
retrieving revision 1.42
diff -c -r1.42 cus-start.el
*** lisp/cus-start.el	5 Feb 2002 08:08:30 -0000	1.42
--- lisp/cus-start.el	9 Feb 2002 09:51:32 -0000
***************
*** 284,289 ****
--- 284,291 ----
  		       (eq system-type 'ms-dos))
  		      ((string-match "\\`w32-" (symbol-name symbol))
  		       (eq system-type 'windows-nt))
+ 		      ((string-match "\\`x-" (symbol-name symbol))
+ 		       (fboundp 'x-create-frame))
  		      (t t))))
      (if (not (boundp symbol))
  	;; If variables are removed from C code, give an error here!

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel


  reply	other threads:[~2002-02-09  9:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <6436-Tue05Feb2002203206+0200-eliz@is.elta.co.il>
2002-02-07 14:57 ` x-use-underline-position-properties Richard Stallman
2002-02-09  9:53   ` Eli Zaretskii [this message]
2002-02-11  2:08     ` x-use-underline-position-properties Richard Stallman

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.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=2561-Sat09Feb2002115313+0200-eliz@is.elta.co.il \
    --to=eliz@is.elta.co.il \
    --cc=emacs-devel@gnu.org \
    /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.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).