all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chris McMahan <first_initiallastname@one.dot.net>
Subject: Re: emacs insert icrement numbers
Date: Thu, 17 Aug 2006 15:31:41 -0400	[thread overview]
Message-ID: <uejvfw44i.fsf@HY56D61.pg.com> (raw)
In-Reply-To: 1155822832.705184.223680@h48g2000cwc.googlegroups.com

Outstanding!! It works like a charm too!

- Chris

wenbinye@gmail.com writes:

> the function gse-number-rectangle use function read-number which is not
> compatible
> with old version. You have to change the line marked as following:
>
>   (interactive
>    (list
>     (region-beginning) ; start
>     (region-end) ; end
>     (if (functionp 'read-number)
> ;; change this line  (read-number "First number [1]: " t "1") to this
>         (read-number "First number [1]: " 1) ; start-at
>       (string-to-int (read-string "First number [1]: " nil nil "1"))) ;
> start-at
>     (read-string "Suffix: " nil 'gse-number-rectangle-history) ;
> suffix-text
>     current-prefix-arg)) ; prefix
>
> Chris McMahan wrote:
>> I was a real fan of this function, but it has ceased to work in the
>> latest versions of emacs.
>>
>> Does anybody have a version that works under emacs-22, or a fix for
>> the existing version (2004.12.22)?
>>
>> Here's the error message I get:
>>
>> if: Wrong number of arguments: #[(prompt &optional default) 
>> "<a string of non-printable characters>" [n default prompt str nil
>> string-match "\\(\\):[ ]*\\'" replace-match format " (default %s)"
>> ...] 8], 3
>>
>> - Chris

...


-- 
     (.   .)
  =ooO=(_)=Ooo=====================================
  Chris McMahan | first_initiallastname@one.dot.net
  =================================================

  reply	other threads:[~2006-08-17 19:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.5271.1155819472.9609.help-gnu-emacs@gnu.org>
2006-08-17 13:23 ` emacs insert icrement numbers wenbinye
2006-08-17 13:31   ` Chris McMahan
2006-08-17 13:53     ` wenbinye
2006-08-17 19:31       ` Chris McMahan [this message]
2006-08-17 13:58 ` Pascal Bourguignon
2006-08-17 19:34   ` Chris McMahan
2006-08-17 21:58   ` Jim Ottaway
     [not found]   ` <mailman.5302.1155852315.9609.help-gnu-emacs@gnu.org>
2006-08-18  6:38     ` David Kastrup
2006-08-17 10:41 Step0ut
2006-08-23  0:37 ` Bill Wohler

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=uejvfw44i.fsf@HY56D61.pg.com \
    --to=first_initiallastname@one.dot.net \
    /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.