help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to get the new frame?


From: Javier
Subject: Re: How to get the new frame?
Date: Fri, 24 Jul 2015 14:55:25 +0000 (UTC)
User-agent: tin/2.2.1-20140504 ("Tober an Righ") (UNIX) (Linux/3.18.6-1-ARCH (x86_64))

>> When I set the alist with (setq display-mm-dimensions-alist '(t . (304 . 
>> 190))) and then evaluate display-mm-width, I get: Wrong type argument: 
>> listp, 190.
> 
> It expects a list, whereas you gave it a cons cell.
 
That was my fault.  I should have written

(setq display-mm-dimensions-alist '((t . (304 . 190))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]