all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
To: David Kastrup <dak@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: emacs/lisp ChangeLog vc-bzr.el
Date: Mon, 07 Dec 2009 11:18:54 -0500	[thread overview]
Message-ID: <87my1uahap.fsf@stupidchicken.com> (raw)
In-Reply-To: <87ein7l124.fsf@lola.goethe.zz> (David Kastrup's message of "Mon,  07 Dec 2009 08:01:55 +0100")

David Kastrup <dak@gnu.org> writes:

> Óscar Fuentes <ofv@wanadoo.es> writes:
>
>> That change fails on (substring author 0 7) when `author' contains less
>> than 7 characters:
>>
>> error in process filter: concat: Args out of range: "oscar", 0, 7
>> error in process filter: Args out of range: "oscar", 0, 7
>>
>> I tried with a kludge:
>>
>> (substring (concat author "         ") 0 7)
>>
>> and that fixed the problem.
>
> (format "%-7.7s" author)
>
> If you put all the rest into the same format string as well, this might
> look less kludgy.

Good point, thanks.




      reply	other threads:[~2009-12-07 16:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1NHNcZ-0005Lr-Ph@cvs.savannah.gnu.org>
2009-12-06 23:12 ` emacs/lisp ChangeLog vc-bzr.el Óscar Fuentes
2009-12-06 23:27   ` Chong Yidong
2009-12-07  7:01   ` David Kastrup
2009-12-07 16:18     ` Chong Yidong [this message]

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=87my1uahap.fsf@stupidchicken.com \
    --to=cyd@stupidchicken.com \
    --cc=dak@gnu.org \
    --cc=emacs-devel@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.