unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Interactive with two arguments
@ 2024-06-22 23:56 Heime
  2024-06-23  5:27 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Heime @ 2024-06-22 23:56 UTC (permalink / raw)
  To: Heime via Users list for the GNU Emacs text editor

Why does the following give me 


wrong-number-of-arguments ((t) (face-family face-height)


(defun falfont (face-family face-height)

  (interactive
    (list
      (let ( (cseq '("Wargames" "URW Chancery L" "UnPilgia" "UnPilgi"
                     "Tibetan Machine Uni" "Lobster Two" "eufm10"
                     "Century Schoolbook L" "Bold Oblique")) )
        (completing-read " Face Family: " cseq nil t "Bold Oblique"))

      (let ( (hseq '("340" "320" "300" "280" "260" "240" "220" "200"
                     "180" "160" "140" "120" "100" "80")) )
        (completing-read "Face Height (in 1/10 pt): " hseq nil t "80")) )) )





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-06-23  9:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-22 23:56 Interactive with two arguments Heime
2024-06-23  5:27 ` Eli Zaretskii
2024-06-23  9:31   ` Heime

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