all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Aligning code without breaking strings?
@ 2012-08-15 11:53 Raffaele Ricciardi
  0 siblings, 0 replies; only message in thread
From: Raffaele Ricciardi @ 2012-08-15 11:53 UTC (permalink / raw)
  To: help-gnu-emacs

acceptable.
Hello,

how can you align space-separated sequences of characters in source code,
without breaking strings?

For instance, this code:

(autoload #'command "library" "A command." t)
(autoload #'another-command "library" "Another Command" t)

Should be aligned as:

(autoload #'command         "library" "A command."       t)
(autoload #'another-command "library" "Another command." t)

Instead of:

(autoload #'command         "library" "A       command." t)
(autoload #'another-command "library" "Another command." t)

Handling of escaped quotes inside strings would be a plus.

Thank you.



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

only message in thread, other threads:[~2012-08-15 11:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-15 11:53 Aligning code without breaking strings? Raffaele Ricciardi

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.