unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: michael@cadilhac.name (Michaël Cadilhac)
To: alinsoar@voila.fr
Cc: "Emacs Dev \[emacs-devel\]" <emacs-devel@gnu.org>
Subject: Re: man page not found
Date: Wed, 09 May 2007 13:19:07 +0200	[thread overview]
Message-ID: <87zm4e5jo4.fsf@lrde.org> (raw)
In-Reply-To: <874pmm6yxz.fsf@lrde.org> ("Michaël Cadilhac"'s message of "Wed\, 09 May 2007 13\:03\:52 +0200")


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

michael@cadilhac.name (Michaël Cadilhac) writes:

> A Soare <alinsoar@voila.fr> writes:
>
>> 1. emacs -Q
>>
>> 2. man RET
>>
>> Manual entry: dlopen RET
>>
>> 3. goto bottom right to   DLOPEN(3) and press using mouse on this link.
>
> Well, there's no DLOPEN manual. There's a dlopen one.
>
> The problem is just that there must be no link here. I'll see what
> I can do.

Does the following fix your bug? And is it acceptable?


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1.2: man.patch --]
[-- Type: text/x-patch, Size: 904 bytes --]

Index: lisp/man.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/man.el,v
retrieving revision 1.167
diff -c -r1.167 man.el
*** lisp/man.el	24 Mar 2007 09:43:07 -0000	1.167
--- lisp/man.el	9 May 2007 11:17:29 -0000
***************
*** 1296,1302 ****
  	(forward-line 1))
      (if (re-search-forward Man-heading-regexp (point-max) t n)
  	(beginning-of-line)
!       (goto-char (point-max)))))
  
  (defun Man-previous-section (n)
    "Move point to Nth previous section (default 1)."
--- 1296,1304 ----
  	(forward-line 1))
      (if (re-search-forward Man-heading-regexp (point-max) t n)
  	(beginning-of-line)
!       (goto-char (point-max))
!       ;; The last line doesn't belong to any section.
!       (forward-line -1))))
  
  (defun Man-previous-section (n)
    "Move point to Nth previous section (default 1)."

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


-- 
 |   Michaël `Micha' Cadilhac       |  Une erreur peut devenir exacte        |
 |   http://michael.cadilhac.name   |     selon que celui qui l'a commise    |
 |   JID/MSN:                       |  s'est trompé ou non.                  |
 `----  michael.cadilhac@gmail.com  |          -- Pierre Dac            -  --'

[-- 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:[~2007-05-09 11:19 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-09 10:50 man page not found A Soare
2007-05-09 11:03 ` Michaël Cadilhac
2007-05-09 11:19   ` Michaël Cadilhac [this message]
2007-05-09 14:38     ` Stefan Monnier
2007-05-09 14:59       ` Michaël Cadilhac
2007-05-09 17:39         ` Stefan Monnier
2007-05-10 13:05     ` Richard Stallman
2007-05-10 13:39       ` Michaël Cadilhac
2007-05-12 14:44         ` Michaël Cadilhac
  -- strict thread matches above, loose matches on Subject: below --
2007-05-09 13:41 A Soare
2007-05-09 14:28 ` Michaël Cadilhac
2007-05-09 20:15 A Soare
2007-05-09 20:32 ` Stefan Monnier
2007-05-09 20:41 ` Nick Roberts
2007-05-09 22:42 A Soare
2007-05-09 22:54 ` Nick Roberts
2007-05-09 23:17 ` Michaël Cadilhac
2007-05-10 11:57   ` Michaël Cadilhac
2007-05-09 23:37 A Soare
2007-05-09 23:38 A Soare

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=87zm4e5jo4.fsf@lrde.org \
    --to=michael@cadilhac.name \
    --cc=alinsoar@voila.fr \
    --cc=emacs-devel@gnu.org \
    /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).