all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: 1724@emacsbugs.donarmstrong.com
Subject: bug#1724: 23.0.60; fringe appears in spite of specification
Date: Mon, 29 Dec 2008 18:10:13 +0100	[thread overview]
Message-ID: <49590475.3090400@gmx.at> (raw)
In-Reply-To: <004301c9694d$3fde6eb0$0200a8c0@us.oracle.com>

 > This code works in Emacs 20 through 22. In Emacs 23, the first,
 > non-minibuffer frame has both left and right fringe, in spite of the
 > value of `default-frame-alist'. Note that without the call to
 > `set-frame-size' in `after-make-frame-functions' the problem does not
 > appear.

This happens because the relevant code has been commented out in
x_get_arg:

#ifndef WINDOWSNT /* w32fns.c has not yet been changed to cope with this.  */
       Lisp_Object tail;
       XSETCAR (tem, Qnil);
       /* In case the parameter appears more than once in the alist,
	 clear it out.  */
       for (tail = alist; CONSP (tail); tail = XCDR (tail))
	if (CONSP (XCAR (tail))
	    && EQ (XCAR (XCAR (tail)), param))
	  XSETCAR (XCAR (tail), Qnil);
#endif

I don't know what has to be done in w32fns.c to make this work.

martin







  reply	other threads:[~2008-12-29 17:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <495A406B.6090802@gnu.org>
2008-04-05 19:31 ` 23.0.60; messed up frame parameters Drew Adams
2008-04-05 20:16   ` Drew Adams
2008-05-30 22:55     ` Drew Adams
2008-12-30 15:45   ` bug#117: marked as done (23.0.60; messed up frame parameters) Emacs bug Tracking System
2008-12-30 23:30   ` Emacs bug Tracking System
2008-12-29  0:34 ` bug#1724: 23.0.60; fringe appears in spite of specification Drew Adams
2008-12-29 17:10   ` martin rudalics [this message]
2008-12-30 15:45   ` bug#1724: marked as done (23.0.60; fringe appears in spite of specification) Emacs bug Tracking System

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

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

  git send-email \
    --in-reply-to=49590475.3090400@gmx.at \
    --to=rudalics@gmx.at \
    --cc=1724@emacsbugs.donarmstrong.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 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.