all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: x-use-underline-position-properties
       [not found] <6436-Tue05Feb2002203206+0200-eliz@is.elta.co.il>
@ 2002-02-07 14:57 ` Richard Stallman
  2002-02-09  9:53   ` x-use-underline-position-properties Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Stallman @ 2002-02-07 14:57 UTC (permalink / raw)
  Cc: emacs-devel

    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?

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


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

* Re: x-use-underline-position-properties
  2002-02-07 14:57 ` x-use-underline-position-properties Richard Stallman
@ 2002-02-09  9:53   ` Eli Zaretskii
  2002-02-11  2:08     ` x-use-underline-position-properties Richard Stallman
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2002-02-09  9:53 UTC (permalink / raw)
  Cc: emacs-devel

> 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


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

* Re: x-use-underline-position-properties
  2002-02-09  9:53   ` x-use-underline-position-properties Eli Zaretskii
@ 2002-02-11  2:08     ` Richard Stallman
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Stallman @ 2002-02-11  2:08 UTC (permalink / raw)
  Cc: emacs-devel

    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))))

Ok.

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


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

end of thread, other threads:[~2002-02-11  2:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [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   ` x-use-underline-position-properties Eli Zaretskii
2002-02-11  2:08     ` x-use-underline-position-properties 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.