unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / 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

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