all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Function returning a list
@ 2020-12-19  0:34 steve-humphreys
  2020-12-19  9:04 ` tomas
  0 siblings, 1 reply; 3+ messages in thread
From: steve-humphreys @ 2020-12-19  0:34 UTC (permalink / raw)
  To: Help Gnu Emacs


I have a function "timgrid" that returns a list.  But the list returned
by "timgrid-half" got problem in the values.  The output for "tgl" is
also problematic.

(defun timgrid-half (ta tb tpab tc td tpcd)
   (timgrid (ta tb tpab)) )

(setq tgl (typh-timgrid-half 800 1100 34 1300 1600 21))



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

end of thread, other threads:[~2020-12-19  9:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-19  0:34 Function returning a list steve-humphreys
2020-12-19  9:04 ` tomas
2020-12-19  9:39   ` steve-humphreys

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.