emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#12748: closed (24.2.50; doc fix for `just-one-spac


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#12748: closed (24.2.50; doc fix for `just-one-space')
Date: Sat, 08 Dec 2012 03:28:03 +0000

Your message dated Sat, 08 Dec 2012 11:26:38 +0800
with message-id <address@hidden>
and subject line Re: bug#12748: 24.2.50; doc fix for `just-one-space'
has caused the debbugs.gnu.org bug report #12748,
regarding 24.2.50; doc fix for `just-one-space'
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
12748: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12748
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.2.50; doc fix for `just-one-space' Date: Sun, 28 Oct 2012 14:48:32 +0100
I propose this patch for fixing a documentation bug:

=== modified file 'doc/emacs/killing.texi'
--- doc/emacs/killing.texi      2012-09-30 09:18:38 +0000
+++ doc/emacs/killing.texi      2012-10-28 13:40:52 +0000
@@ -123,7 +123,7 @@
 (even if there were none before).  With a numeric argument @var{n}, it
 leaves @var{n} spaces before point if @var{n} is positive; if @var{n}
 is negative, it deletes newlines in addition to spaces and tabs,
-leaving a single space before point.
+leaving @var{-n} spaces before point.

   @kbd{C-x C-o} (@code{delete-blank-lines}) deletes all blank lines
 after the current line.  If the current line is blank, it deletes all


=== modified file 'lisp/simple.el'
--- lisp/simple.el      2012-10-07 22:31:58 +0000
+++ lisp/simple.el      2012-10-28 13:43:45 +0000
@@ -744,7 +744,7 @@

 (defun just-one-space (&optional n)
   "Delete all spaces and tabs around point, leaving one space (or N spaces).
-If N is negative, delete newlines as well."
+If N is negative, delete newlines as well, leaving (-N) spaces."
   (interactive "*p")
   (unless n (setq n 1))
   (let ((orig-pos (point))




In GNU Emacs 24.2.50.1 (i386-mingw-nt6.1.7601)
 of 2012-10-28 on DANI-PC
Bzr revision: 110699 address@hidden
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --with-gcc (4.7) --no-opt --enable-checking --cflags
 -I../../libs/libxpm-3.5.8/include -I../../libs/libxpm-3.5.8/src
 -I../../libs/libpng-1.4.10 -I../../libs/zlib-1.2.6
 -I../../libs/giflib-4.1.4-1/include -I../../libs/jpeg-6b-4/include
 -I../../libs/tiff-3.8.2-1/include
 -I../../libs/libxml2-2.7.8-w32-bin/include/libxml2
 -I../../libs/gnutls-3.0.16/include
 -I../../libs/libiconv-1.14-2-mingw32-dev/include'

Important settings:
  value of $LANG: en_US.UTF8
  locale-coding-system: cp1252
  default enable-multibyte-characters: t


-- 
Dani Moncayo



--- End Message ---
--- Begin Message --- Subject: Re: bug#12748: 24.2.50; doc fix for `just-one-space' Date: Sat, 08 Dec 2012 11:26:38 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.90 (gnu/linux)
Dani Moncayo <address@hidden> writes:

> -leaving a single space before point.
> +leaving @var{-n} spaces before point.

Seems OK to me.  Committed, thanks.


Eli Zaretskii <eliz <at> gnu.org> writes:

> "Leaving -N spaces" is sub-optimal English, IMO.

It's understandable enough, I think.


--- End Message ---

reply via email to

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