unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* why not specify frame parameter alist with backquote?
@ 2005-11-16 21:26 Kevin Rodgers
  0 siblings, 0 replies; only message in thread
From: Kevin Rodgers @ 2005-11-16 21:26 UTC (permalink / raw)


Wouldn't it be more readable if this frame parameter alist (from
ediff-make-wide-display in ediff-wind.el):

     (modify-frame-parameters frame-A (list (cons 'left cw)
						 (cons 'width wd)))

were written using backquote:

     (modify-frame-parameters frame-A `((left . ,cw) (width . ,wd)))

If so, there are probably other frame parameter alists that could be
made clearer as well.

Thanks,
-- 
Kevin Rodgers

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-11-16 21:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-16 21:26 why not specify frame parameter alist with backquote? Kevin Rodgers

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).