all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#2296: 23.0.90; x-pointer-shape is not defined in emacs -Q
@ 2009-02-11 23:40 Drew Adams
  2009-02-12 12:32 ` Jason Rumney
  0 siblings, 1 reply; 4+ messages in thread
From: Drew Adams @ 2009-02-11 23:40 UTC (permalink / raw)
  To: emacs-pretest-bug

This is a regression. In every version of Emacs from 20 through 22,
`x-pointer-shape' is a defined variable when you start Emacs. On MS
Windows, at least, its default value is nil.
 
In Emacs 23 (on MS Windows, at least), evaluating `x-pointer-shape'
gives a void-variable error.
 
Debugger entered--Lisp error: (void-variable x-pointer-shape)
  eval(x-pointer-shape)
  eval-expression(x-pointer-shape nil)
  call-interactively(eval-expression nil nil)
 

In GNU Emacs 23.0.90.1 (i386-mingw-nt5.1.2600)
 of 2009-02-01 on SOFT-MJASON
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'
 







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

* bug#2296: 23.0.90; x-pointer-shape is not defined in emacs -Q
  2009-02-11 23:40 bug#2296: 23.0.90; x-pointer-shape is not defined in emacs -Q Drew Adams
@ 2009-02-12 12:32 ` Jason Rumney
  2009-02-12 12:45   ` Processed (with 1 errors): " Emacs bug Tracking System
  2009-02-12 16:38   ` Drew Adams
  0 siblings, 2 replies; 4+ messages in thread
From: Jason Rumney @ 2009-02-12 12:32 UTC (permalink / raw)
  To: Drew Adams, 2296

tags 2296 +notabug +wontfix
thanks

Drew Adams wrote:
> This is a regression. In every version of Emacs from 20 through 22,
> `x-pointer-shape' is a defined variable when you start Emacs.

Only when compiled with X support, as its name implies. Due to a copy 
and paste bug, it was defined but unused on Windows also in previous 
versions, but this bug has been fixed, as you have noticed.








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

* Processed (with 1 errors): Re: bug#2296: 23.0.90; x-pointer-shape is not defined in emacs -Q
  2009-02-12 12:32 ` Jason Rumney
@ 2009-02-12 12:45   ` Emacs bug Tracking System
  2009-02-12 16:38   ` Drew Adams
  1 sibling, 0 replies; 4+ messages in thread
From: Emacs bug Tracking System @ 2009-02-12 12:45 UTC (permalink / raw)
  To: Jason Rumney; +Cc: Emacs Bugs

Processing commands for control@emacsbugs.donarmstrong.com:

> tags 2296 +notabug +wontfix
Unknown tag/s: +wontfix.
Recognized are: patch wontfix moreinfo unreproducible fixed notabug.

bug#2296: 23.0.90; x-pointer-shape is not defined in emacs -Q
There were no tags set.
Tags added: notabug

> thanks
Stopping processing here.

Please contact me if you need assistance.

Don Armstrong
(administrator, Emacs bugs database)




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

* bug#2296: 23.0.90; x-pointer-shape is not defined in emacs -Q
  2009-02-12 12:32 ` Jason Rumney
  2009-02-12 12:45   ` Processed (with 1 errors): " Emacs bug Tracking System
@ 2009-02-12 16:38   ` Drew Adams
  1 sibling, 0 replies; 4+ messages in thread
From: Drew Adams @ 2009-02-12 16:38 UTC (permalink / raw)
  To: 'Jason Rumney', 2296

> From: Jason Rumney Sent: Thursday, February 12, 2009 4:33 AM
> tags 2296 +notabug +wontfix
> thanks
> 
> Drew Adams wrote:
> > This is a regression. In every version of Emacs from 20 through 22,
> > `x-pointer-shape' is a defined variable when you start Emacs.
> 
> Only when compiled with X support, as its name implies. Due to a copy 
> and paste bug, it was defined but unused on Windows also in previous 
> versions, but this bug has been fixed, as you have noticed.

Fair enough. I don't mind fixing my own code to test using boundp now. But this
is likely to break other code as well. Code that simply tested whether the value
was non-nil as a safeguard must now be changed to test using boundp as a
safeguard instead. A boundp test previously would not have worked (since it was
bound to nil on Windows). 

So whether considered as a bug fix or not, it is an incompatible change, one
that code which uses x-pointer-shape must accommodate. Perhaps the change should
be called out in NEWS.







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

end of thread, other threads:[~2009-02-12 16:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-11 23:40 bug#2296: 23.0.90; x-pointer-shape is not defined in emacs -Q Drew Adams
2009-02-12 12:32 ` Jason Rumney
2009-02-12 12:45   ` Processed (with 1 errors): " Emacs bug Tracking System
2009-02-12 16:38   ` Drew Adams

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.