help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs: adding 1 to every number made of 2 digits inside a marked reg


From: Hongyi Zhao
Subject: Re: Emacs: adding 1 to every number made of 2 digits inside a marked region.
Date: Thu, 23 Sep 2021 17:58:36 +0800

On Thu, Sep 23, 2021 at 4:38 PM Andreas Röhler
<andreas.roehler@easy-emacs.de> wrote:
>
> https://github.com/andreas-roehler/numbers-at-point
>
> comes with
>
> ar-raise-in-region-maybe
>
> which should do the trick.

It really does the trick with the following configuration:

(use-package thingatpt-utils-core
  :straight (:host github :type git :repo "andreas-roehler/numbers-at-point")
  :config
  (load "numbers-at-point.el" nil t t))

But how to increase/decrease in steps that are not equal to 1?

HZ



reply via email to

[Prev in Thread] Current Thread [Next in Thread]