mainemacs-wiki, planner, and related modules - Support: sr #102821, [[info://]] and [[man://]]

 
 

sr #102821: [[info://]] and [[man://]]

Submitter:  Frederik Fouvry <fouvry>
Submitted:  Wed 11 Feb 2004 03:38:17 PM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  1 - Wish Status:  Done
Privacy:  Public Assigned to:  None
Open/Closed:  Closed Operating System:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 17 Feb 2004 04:38:16 AM UTC, comment #2: 
Sacha Chua <sachachua>
Group administrator
Thu 12 Feb 2004 03:16:48 PM UTC, comment #1: 

Oops - I just noticed man:// is in there already.

For info, you can use (Info-find-node FILE NODE), with
as default "Top" for NODE.  In planner-browse-url, you need something like this:


   ((string-match "^info://(\\(.+\\))\\(.+\\)" url)
    (Info-find-node (match-string 1 url) (match-string 2 url)))
   ((string-match "^info://\\(.+\\)" url)
    (Info-find-node (match-string 1 url) "Top"))

Frederik Fouvry <fouvry>
Wed 11 Feb 2004 03:38:17 PM UTC, original submission:  

It would be nice to have [[info://]] and [[man://]] links as well (info even more than man).

Frederik Fouvry <fouvry>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-07-17 mwolson Open/ClosedOpen Closed
2004-02-17 sachachua StatusInvalid Done
2004-02-17 sachachua StatusNone Invalid

Back to the top

Powered by Savane 3.13-f762.
Corresponding source code