all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* fill comma separated list
@ 2016-05-19 13:02 papab
  2016-05-19 13:12 ` Emanuel Berg
  2016-06-02 16:41 ` Jorge A. Alfaro-Murillo
  0 siblings, 2 replies; 9+ messages in thread
From: papab @ 2016-05-19 13:02 UTC (permalink / raw)
  To: help-gnu-emacs

I have a whole bunch of sequences of numbers, like this:
   5.1816,             
   -3.81,              
   4.8768,             
   5.1816,             
   -4.4196,            
   4.8768,             
   6.4008,             
   -4.4196,            
   5.48640,  
   6.4008,             
   -3.81,              
   5.486400;

I'd like to be able to make it look like this easily:
   5.1816, -3.81,  4.8768,             
   5.1816, -4.4196, 4.8768,             
   6.4008, -4.4196, 5.486400,  
   6.4008, -3.81,   5.48640

3 numbers per row.
Suggestions?  Some variation of fill-paragraph?


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

end of thread, other threads:[~2016-06-02 19:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-19 13:02 fill comma separated list papab
2016-05-19 13:12 ` Emanuel Berg
2016-06-02 16:08   ` Kaushal Modi
     [not found]   ` <mailman.702.1464883755.1216.help-gnu-emacs@gnu.org>
2016-06-02 17:11     ` Emanuel Berg
2016-06-02 16:41 ` Jorge A. Alfaro-Murillo
2016-06-02 17:47   ` Kaushal Modi
2016-06-02 18:36     ` Jorge A. Alfaro-Murillo
2016-06-02 18:50       ` Jorge A. Alfaro-Murillo
2016-06-02 19:06       ` Kaushal Modi

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.