unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: Rupert Swarbrick <ruperts@broadcom.com>
Cc: 18586@debbugs.gnu.org
Subject: bug#18586: 24.4.50; "Not an in-range integer, float, or cons of integers" from x-focus-frame
Date: Mon, 29 Sep 2014 21:03:09 -0700	[thread overview]
Message-ID: <542A2B7D.9050704@cs.ucla.edu> (raw)
In-Reply-To: <542966D3.1050804@broadcom.com>

Thanks for the bug report.  I'm not observing the problem on my platform with a 
similar configuration (Emacs trunk bzr 117978, Fedora 20 x86-64, gcc 4.9.1, 
detailed configuration below).  I ran 'emacs -Q' and then typed "(x-focus-frame 
(selected-frame)) C-j"; the result was nil.

Can you put a breakpoint on cons_to_unsigned's call to 'error', and similarly on 
cons_to_signed's call to 'error', and get a backtrace at that point?

Here's my configuration, which I tried to make as close to yours as I easily could:

In GNU Emacs 25.0.50.5 (x86_64-unknown-linux-gnu, X toolkit, Xaw scroll bars)
  of 2014-09-29 on penguin.cs.ucla.edu
Repository revision: 116308 eggert@cs.ucla.edu-20140930024425-eua1x25mazj5u3wu
Windowing system distributor `The X.Org Foundation', version 11.0.11501000
System Description:	Fedora release 20 (Heisenbug)

Configured using:
  `configure --with-xml2 --without-sound --without-rsvg
  --without-imagemagick --with-x-toolkit=lucid --without-xaw3d
  --without-gsettings --without-xft --without-m17n-flt --without-libotf'

Configured features:
XPM JPEG TIFF GIF PNG GPM DBUS GCONF NOTIFY ACL LIBSELINUX GNUTLS
LIBXML2 ZLIB

Important settings:
   value of $LC_COLLATE: C
   value of $LC_CTYPE: en_US.UTF-8
   value of $LC_MESSAGES: en_US.UTF-8
   value of $LANG: en_GB.UTF-8
   locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
   tooltip-mode: t
   electric-indent-mode: t
   mouse-wheel-mode: t
   tool-bar-mode: t
   menu-bar-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   font-lock-mode: t
   blink-cursor-mode: t
   auto-composition-mode: t
   auto-encryption-mode: t
   auto-compression-mode: t
   line-number-mode: t

Recent input:
<down-mouse-1> <mouse-1> <double-down-mouse-1> <double-mouse-1>
<down-mouse-1> <mouse-1> ( <down-mouse-1> <mouse-1>
<down-mouse-3> <mouse-3> <down-mouse-2> <mouse-2> C-a
C-d C-d C-d C-e C-j <help-echo> <help-echo> <down-mouse-1>
<mouse-1> <escape> x r e p o r t - e m a c s - b u
g <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message dired format-spec
rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse
rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045
ietf-drums mm-util help-fns mail-prsvr mail-utils time-date tooltip
electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd
tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment
elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer
select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai
tai-viet lao korean japanese hebrew greek romanian slovak czech european
ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help
simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp
files text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
dbusbind gfilenotify dynamic-setting x-toolkit x multi-tty emacs)

Memory information:
((conses 16 76363 5743)
  (symbols 48 17876 0)
  (miscs 40 45 127)
  (strings 32 11790 4268)
  (string-bytes 1 309976)
  (vectors 16 9312)
  (vector-slots 8 384075 16693)
  (floats 8 70 92)
  (intervals 56 234 0)
  (buffers 976 11)
  (heap 1024 39578 935))





  reply	other threads:[~2014-09-30  4:03 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-29 14:04 bug#18586: 24.4.50; "Not an in-range integer, float, or cons of integers" from x-focus-frame Rupert Swarbrick
2014-09-30  4:03 ` Paul Eggert [this message]
2014-09-30  8:10   ` Leo Liu
2014-09-30  9:58     ` Leo Liu
2014-09-30 10:01       ` Rupert Swarbrick
2014-09-30 10:10         ` Leo Liu
2014-10-01 12:19         ` Rupert Swarbrick
2014-10-01 18:06           ` Jan Djärv
2014-09-30 13:24   ` Ted Zlatanov
2014-10-02  4:54 ` Paul Eggert
2014-10-02  5:50   ` Jan Djärv
2014-10-03  2:30   ` Paul Eggert
2014-10-03  8:22     ` Rupert Swarbrick
2014-10-04 21:27     ` Ted Zlatanov

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=542A2B7D.9050704@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=18586@debbugs.gnu.org \
    --cc=ruperts@broadcom.com \
    /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).