Re: [O] patch to add new link type "infoi" that leverages Info-index command

2014-11-15 Thread Nicolas Goaziou
emac...@gmail.com (Richard Y. Kim) writes: > Thanks for your feedback. Attached is new patch which incorporates all > your suggestions Applied. Thank you. > except the following: > >> Not directly related to your patch, but shouldn't it be >> >> (user-error "Could not open: %s" name) > > I'm

Re: [O] patch to add new link type "infoi" that leverages Info-index command

2014-11-15 Thread Richard Y. Kim
Hi Nicolas, Thanks for your feedback. Attached is new patch which incorporates all your suggestions except the following: > Not directly related to your patch, but shouldn't it be > > (user-error "Could not open: %s" name) I'm not sure what you mean by this. Do you mean that the verb "open"

Re: [O] patch to add new link type "infoi" that leverages Info-index command

2014-11-10 Thread Nicolas Goaziou
Richard Kim writes: > Thanks for your feedback. I agree that using the same link type is better. > Hence I took an alternate approach as detailed in the attached patch. > Enhanced org-info-follow-link to attempt index lookup if node lookup fails. > Following is my check in message found in the

Re: [O] patch to add new link type "infoi" that leverages Info-index command

2014-11-09 Thread Richard Kim
Nicolas, Thanks for your feedback. I agree that using the same link type is better. Hence I took an alternate approach as detailed in the attached patch. Enhanced org-info-follow-link to attempt index lookup if node lookup fails. Following is my check in message found in the attached patch:

Re: [O] patch to add new link type "infoi" that leverages Info-index command

2014-11-06 Thread Nicolas Goaziou
Hello, Richard Kim writes: > A patch is provided below which implements a new link type called "infoi" > as a complement to "info" type that exist already. Thanks for your patch. > Why new link type? Because info index is almost always finer grain > than info nodes. For example [[infoi:libc#

[O] patch to add new link type "infoi" that leverages Info-index command

2014-11-01 Thread Richard Kim
A patch is provided below which implements a new link type called "infoi" as a complement to "info" type that exist already. Why new link type? Because info index is almost always finer grain than info nodes. For example [[infoi:libc#close]] brings up not only "(libc)Opening and Closing Files" i