hyperbole-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Hyperbole-users] Action Key on [FSF 19] at "DEMO:807:44" behaves un


From: Robert Weiner
Subject: Re: [Hyperbole-users] Action Key on [FSF 19] at "DEMO:807:44" behaves unexpectedly
Date: Wed, 5 Jun 2019 08:59:44 -0400

What major mode is the buffer that contains the file and line reference that 
you are trying to activate?  Is it Org mode?  I assume you have tested that the 
path is valid and reachable manually, otherwise, Hyperbole ignores it.

-- Bob

> On Jun 5, 2019, at 2:13 AM, Van L <address@hidden> wrote:
> 
> 
>> On 5 Jun 2019, at 14:57, Robert Weiner <address@hidden> wrote:
>> 
>> Try this fix and report back:
>> 
>> Change old line "hpath.el:1045":
>>  (let ((remote-path (string-match "@.+:\\|^/.+:\\|..+:/" path)))
>> 
>> To new line "hpath.el:1045":
>>  (let ((remote-path (string-match
>> "\\(@.+:\\|^/.+:\\|..+:/\\).*[^:0-9/]" path)))
>> 
>> Re-evaluate that function and re-byte-compile the file.
> 
> Thanks Bob,
> 
> After applying the above change/re-eval/re-compile the 'Assist Key' doesn't 
> display documentation.
> 
> The 'Action Key' causes a newline break to a new bulleted item in Org Mode.
> 
> I use 27, 26.2 Emacs at the same time.
> 
> Details are as follows...
> 
> --8<---------------cut here---------------start------------->8---
> - "/i/src/sys/kern/kern_sig.c:127"
> : "/i/src/sys/kern/kern_sig.c:127"
> :  "\\(@.+:\\|^/.+:\\|..+:/\\).*[^:0-9/]" ; newly given pattern
> :  "\\(@.+:\\|^/.+:\\|..+:/\\).*[^:0-9/]" ; newly given pattern as used
> 
> #+name: hpath.el
> #+begin_src emacs-lisp -n 1045
>         (let ((remote-path (string-match 
> "\\(@.+:\\|^/.+:\\|..+:/\\).*[^:0-9/]" path)))
> #+end_src
> 
> ;; Local Variables:
> ;; mode: org
> ;; End:
> --8<---------------cut here---------------end--------------->8---
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]