GNU bug report logs - #9723
24.0.50; Emacs Clipboard crash

Previous Next

Package: emacs;

Reported by: Joseph Jones <josejones <at> expedia.com>

Date: Mon, 10 Oct 2011 23:43:02 UTC

Severity: normal

Found in version 24.0.50

Done: Chong Yidong <cyd <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: martin rudalics <rudalics <at> gmx.at>
Cc: josejones <at> expedia.com, 9723 <at> debbugs.gnu.org
Subject: bug#9723: 24.0.50; Emacs Clipboard crash
Date: Sat, 04 Feb 2012 16:16:51 +0200
> Date: Sat, 04 Feb 2012 14:56:29 +0100
> From: martin rudalics <rudalics <at> gmx.at>
> CC: josejones <at> expedia.com, 9723 <at> debbugs.gnu.org
> 
>  >> Is there any way
>  >> to print the value of an Elisp integer?
>  >
>  > Dividing by four is the right thing.
> 
> Can there ever be a remainder when printing?

I'm not sure I understand.  Lisp integers are shifted 2 bits to the
left in C.  Does that answer your question?  If not, please tell more.

>  > I think you should install it.  Thanks.
> 
> Installed.  I still don't understand why frames should have fringes and
> scrollbars and why we should count them.

Again, not sure I understand you.  frame.h says:

  /* Total width of frame F, in columns (characters),
     including the width used by scroll bars if any.  */

  #define FRAME_TOTAL_COLS(f) ((f)->total_cols)

This width is supposed to be the width of the window as known to the
window manager, so it includes everything Emacs controls.




This bug report was last modified 13 years and 7 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.