help-gnu-emacs
[Top][All Lists]
Advanced

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

Elisp to open a line-wrapped URL


From: ckhan
Subject: Elisp to open a line-wrapped URL
Date: Sat, 24 Feb 2018 15:53:15 -0800 (PST)
User-agent: G2/1.0

Say I like wrapping my code at 80cols.
But say I also occasionally include URLs in comments .

So I might wind up with something like this 

    # See also Google Drive generated py docs:
    # https://developers.google.com/resources/api-libraries/
    # documentation/drive/v2/python/latest/
    # drive_v2.permissions.html#insert

How do I teach emacs to open the URL that is near my cursor, even though it's 
split across lines with comment markers in between?


reply via email to

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