unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: michael@cadilhac.name (Michaël Cadilhac)
Subject: bs--up not to be interactive.
Date: Wed, 20 Dec 2006 16:04:52 +0100	[thread overview]
Message-ID: <87wt4mehgr.fsf@lrde.org> (raw)


[-- Attachment #1.1.1: Type: text/plain, Size: 81 bytes --]

I can't see why bs--up should be interactive.

Should I install the following ?


[-- Attachment #1.1.2: bs.patch --]
[-- Type: text/x-patch, Size: 1043 bytes --]

Index: lisp/bs.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/bs.el,v
retrieving revision 1.30
diff -c -r1.30 bs.el
*** lisp/bs.el	10 Nov 2006 01:34:35 -0000	1.30
--- lisp/bs.el	20 Dec 2006 15:01:16 -0000
***************
*** 999,1005 ****
  (defun bs--up ()
    "Move cursor vertically up one line.
  If on top of buffer list go to last line."
-   (interactive "p")
    (if (> (count-lines 1 (point)) bs-header-lines-length)
        (forward-line -1)
      (goto-char (point-max))
--- 999,1004 ----
Index: lisp/ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.10462
diff -C0 -r1.10462 ChangeLog
*** lisp/ChangeLog	20 Dec 2006 05:57:40 -0000	1.10462
--- lisp/ChangeLog	20 Dec 2006 15:01:28 -0000
***************
*** 0 ****
--- 1,4 ----
+ 2006-12-20  Michaël Cadilhac  <michael.cadilhac@lrde.org>
+ 
+ 	* bs.el (bs--up): Remove the `interactive' part.
+ 

[-- Attachment #1.1.3: Type: text/plain, Size: 411 bytes --]


TIA!

-- 
/!\ My mail address has changed, please update your files accordingly.
 |      Michaël `Micha' Cadilhac     |  Would someone please DTRT with this,  |
 |         Epita/LRDE Promo 2007     |        then ACK?                       |
 |  http://michael.cadilhac.name     |          -- Richard Stallman           |
 `--JID: michael.cadilhac@gmail.com--'                                   -  --'

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

             reply	other threads:[~2006-12-20 15:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-20 15:04 Michaël Cadilhac [this message]
2006-12-20 15:09 ` bs--up not to be interactive Juanma Barranquero
2006-12-21  4:57 ` Richard Stallman
2006-12-24 20:16 ` Michaël Cadilhac

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wt4mehgr.fsf@lrde.org \
    --to=michael@cadilhac.name \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).