unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Christopher Dimech <dimech@gmx.com>
To: Help Gnu Emacs <help-gnu-emacs@gnu.org>
Subject: Inserting a table
Date: Fri, 4 Nov 2022 21:33:43 +0100	[thread overview]
Message-ID: <trinity-65786b8a-469a-4b1d-b74f-09dac6ac2fdf-1667594023695@3c-app-mailcom-bs05> (raw)

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




             reply	other threads:[~2022-11-04 20:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-04 20:33 Christopher Dimech [this message]
2022-11-04 20:52 ` Inserting a table 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=trinity-65786b8a-469a-4b1d-b74f-09dac6ac2fdf-1667594023695@3c-app-mailcom-bs05 \
    --to=dimech@gmx.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).