csv - spreadsheet mode for emacs for tab-delimited text files -
what correct way view , edit tab-delimited text files in emacs, if spreadsheet?
if write tsv files in emacs using c-q tab
, has annoying quirk tabs not equispaced. nice able edit cells , have emacs automatically realign appears in column, similar table modes. however, not want make table, want edit tsv file. not see how can done org-mode
. there built in mode this?
for example using org-mode
, can make tabs appear equispaced, emacs not automatically realign columns when 1 of cells gets more text in it. right way this?
you can use csv-mode
, available gnu elpa. sup[ports both comma-separated , tab-separated format, , able align columns. note columns won't automatically resized on-the-fly, instead you'll have ask emacs explicitly re-align columns after you've edited them.
Comments
Post a Comment