unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: pete_lee@swbell.net, peter_breton@yahoo.com,
	teirllm@dms.auburn.edu, eliz@gnu.org, emacs-devel@gnu.org
Subject: Re: insert-directory
Date: Tue, 25 May 2004 12:06:56 -0400	[thread overview]
Message-ID: <E1BSeS8-0004wq-AJ@fencepost.gnu.org> (raw)
In-Reply-To: <200405240000.i4O00ck07917@raven.dms.auburn.edu> (message from Luc Teirlinck on Sun, 23 May 2004 19:00:38 -0500 (CDT))

    --- 4336,4361 ----
		  (when (looking-at "//SUBDIRED//")
		    (delete-region (point) (progn (forward-line 1) (point)))
		    (forward-line -1))
    ! 	    (if (looking-at "//DIRED//")
    ! 		(let ((end (line-end-position)))
    ! 		  (forward-word 1)
    ! 		  (forward-char 3)
    ! 		  (while (< (point) end)
    ! 		    (let ((start (+ beg (read (current-buffer))))
    ! 			  (end (+ beg (read (current-buffer)))))
    ! 		      (if (= (char-after end) ?\n)
    ! 			  (put-text-property start end 'dired-filename t)
    ! 			;; It seems that we can't trust ls's output as to
    ! 			;; byte positions of filenames.
    ! 			(put-text-property beg (point) 'dired-filename nil)
    ! 			(end-of-line))))
    ! 		  (goto-char end)
    ! 		  (beginning-of-line)
    ! 		  (delete-region (point) (progn (forward-line 2) (point))))
    ! 	      (forward-line 1)
    ! 	      (if (looking-at "//DIRED-OPTIONS//")
    ! 		  (delete-region (point) (progn (forward-line 1) (point)))	
    ! 		(forward-line 1))))

I don't see any harm in that patch, so please install it
if you want to.

      parent reply	other threads:[~2004-05-25 16:06 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-23 22:18 insert-directory Luc Teirlinck
2004-05-24  0:00 ` insert-directory Luc Teirlinck
2004-05-24  3:29   ` insert-directory Luc Teirlinck
2004-05-24  3:55     ` insert-directory Luc Teirlinck
2004-05-24  3:55     ` insert-directory Luc Teirlinck
2004-05-24  4:16     ` insert-directory Luc Teirlinck
2004-05-25  0:11       ` insert-directory Luc Teirlinck
2004-05-25  2:16         ` insert-directory Luc Teirlinck
2004-05-26 20:26           ` insert-directory Luc Teirlinck
2004-05-26 20:35             ` insert-directory David Kastrup
2004-05-26 20:42               ` insert-directory Luc Teirlinck
2004-05-27  7:01             ` insert-directory Kai Grossjohann
2004-05-27 15:51               ` insert-directory Luc Teirlinck
2004-06-07  9:59               ` locate and find-dired (was: insert-directory) Juri Linkov
2004-06-07 11:17                 ` locate and find-dired Kai Grossjohann
2004-06-07 11:59                   ` Juri Linkov
2004-05-25 16:06   ` Richard Stallman [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

  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=E1BSeS8-0004wq-AJ@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=pete_lee@swbell.net \
    --cc=peter_breton@yahoo.com \
    --cc=teirllm@dms.auburn.edu \
    /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).