From: David PONCE <david.ponce@wanadoo.fr>
Cc: david@dponce.com, emacs-devel@gnu.org
Subject: Re: Problem with tooltip frame parameters
Date: Fri, 10 Mar 2006 16:31:28 +0100 (CET) [thread overview]
Message-ID: <32863016.1142004688191.JavaMail.www@wwinf1620> (raw)
Just to say that I solved the problem with the patch below, inspired
from what `x_create_frame' already does.
David
2006-03-10 David Ponce <david@dponce.com>
* xfns.c (x_create_tip_frame): Preserve received parms.
Index: src/xfns.c
===================================================================
RCS file: /sources/emacs/emacs/src/xfns.c,v
retrieving revision 1.661
diff -u -r1.661 xfns.c
--- src/xfns.c 27 Feb 2006 03:35:31 -0000 1.661
+++ src/xfns.c 10 Mar 2006 15:24:35 -0000
@@ -4637,6 +4637,7 @@
check_x ();
+ parms = Fcopy_alist (parms);
#ifdef MULTI_KBOARD
kb = dpyinfo->kboard;
next reply other threads:[~2006-03-10 15:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-10 15:31 David PONCE [this message]
2006-03-11 15:46 ` Problem with tooltip frame parameters Richard Stallman
-- strict thread matches above, loose matches on Subject: below --
2006-03-10 14:15 David PONCE
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=32863016.1142004688191.JavaMail.www@wwinf1620 \
--to=david.ponce@wanadoo.fr \
--cc=david@dponce.com \
--cc=emacs-devel@gnu.org \
/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.