all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* table rotation
@ 2019-09-23 14:39 Phillip Susi
  0 siblings, 0 replies; only message in thread
From: Phillip Susi @ 2019-09-23 14:39 UTC (permalink / raw)
  To: help-gnu-emacs

I have a need to rotate the values in a table.  My first thought was to
do this with a repeat count on a macro that kills, yanks, and moves to
the next cell, but table-forward-cell moves to the next row when you
reach the last column instead of back to the first column in the row.
Then I thought I could write some elisp to do it, but while I found a
function to get the table dimentions, I don't see one to either get
point's current location within the table, or move it to a specific
cell.  Thoughts?



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-23 14:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-23 14:39 table rotation Phillip Susi

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.