all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Inserting a table
@ 2022-11-04 20:33 Christopher Dimech
  2022-11-04 20:52 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Christopher Dimech @ 2022-11-04 20:33 UTC (permalink / raw)
  To: Help Gnu Emacs

Have been trying to insert a table but am finding quite difficult 
following the source code.

(defun make-table ()
  (interactive)
  (table-insert 4 5)
  (table-forward-cell)
  (table-insert-sequence "column " 1 1 1 'center)
  (table-forward-cell 4)
  (table-insert-sequence "column 2" 1 1 1 'center)
  (table-release)
  )




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

end of thread, other threads:[~2022-11-05  7:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-04 20:33 Inserting a table Christopher Dimech
2022-11-04 20:52 ` Eli Zaretskii
2022-11-04 21:13   ` Christopher Dimech
2022-11-04 21:24     ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-11-05  7:19       ` Heime

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.