all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Using backward-char non-interactively
@ 2013-12-31 13:58 Marcin Borkowski
  2013-12-31 18:10 ` Andreas Röhler
  0 siblings, 1 reply; 4+ messages in thread
From: Marcin Borkowski @ 2013-12-31 13:58 UTC (permalink / raw)
  To: GNU Emacs users list

Hi,

is it ok to use backward-char in elisp programs assuming that I did
check that I'm not at beginning of buffer?  Or is it better to use
(goto-char (1- point)) or something like that?  Or maybe it doesn't
matter?  ("Better" may be in terms of style, speed, or side effects,
like cluttering the *Messages* buffer.)

TIA,

-- 
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Adam Mickiewicz University



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

end of thread, other threads:[~2013-12-31 18:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.10751.1388498331.10748.help-gnu-emacs@gnu.org>
2013-12-31 14:56 ` Using backward-char non-interactively Barry Margolin
2013-12-31 17:55   ` Emanuel Berg
2013-12-31 13:58 Marcin Borkowski
2013-12-31 18:10 ` Andreas Röhler

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.