all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dan Anderson <dan@mathjunkies.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Abbrev , as ,_
Date: Wed, 29 Oct 2003 23:27:48 -0500	[thread overview]
Message-ID: <1067488068.6898.8.camel@Hades> (raw)
In-Reply-To: <m3smlba51a.fsf@defun.localdomain>

Out of curiosity, wouldn't that mean that typing in:

foo = "1,2,3,4,5";

Would create:

foo = "1, 2, 3, 4, 5";

And cause problems?  Granted many times commas and spaces go hand in
hand, but in scenarios like a CSV list it would be horribly wrong.

-Dan

On Wed, 2003-10-29 at 20:27, Jesper Harder wrote:
> Jiri Pejchal <xpejchal@fi.muni.cz> writes:
> 
> > When I code in Java or C++ I always type space after ",".
> > For example foo(a, f)
> >                   ^                
> >                   |
> >                   
> > Can Emacs put the space there automatically?
> > I tried to make an abbrev for it, but it didn't work for me.
> 
> You could do something like this:
> 
> (define-key c-mode-map "," (lambda ()
> 			     (interactive)
> 			     (insert ", ")))
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-gnu-emacs

  reply	other threads:[~2003-10-30  4:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-30  0:27 Abbrev , as ,_ Jiri Pejchal
2003-10-30  1:27 ` Jesper Harder
2003-10-30  4:27   ` Dan Anderson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-10-30 14:46 Roberto Huelga
     [not found] <mailman.2813.1067525348.21628.help-gnu-emacs@gnu.org>
2003-10-30 17:06 ` Stefan Monnier

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

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

  git send-email \
    --in-reply-to=1067488068.6898.8.camel@Hades \
    --to=dan@mathjunkies.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.
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.