Commit graph

6 commits

Author SHA1 Message Date
Gerd Moellmann
1414d03249 Added defcustom of quickurl-completion-ignore-case.
(quickurl-ask): completion-ignore-case is set to the value of
quickurl-completion-ignore-case for the duration of the call to
completing-read.
1999-11-18 16:42:02 +00:00
Gerd Moellmann
b07ea410a3 (quickurl-list-insert): `count-lines' was returning
a value one line to high if the cursor wasn't at the start of a
line. A `beginning-of-line' is now performed before making the
call to `count-lines'.
1999-10-12 11:48:43 +00:00
Richard M. Stallman
c54055b1c7 (quickurl-list-focused-line): Removed.
(quickurl-list-insert): Now works out the focused line using
`count-lines' instead of using `quickurl-list-focused-line'.
1999-09-06 21:52:01 +00:00
Dave Love
32a605b478 Don't conditionally define caddr.
(quickurl-url-comment): Use nth, not caddr in
function and defsetf.
1999-09-06 21:20:57 +00:00
Richard M. Stallman
e123e0249d (quickurl): Doc fix. 1999-09-03 00:57:50 +00:00
Richard M. Stallman
7e7ef77238 Initial revision 1999-08-29 20:48:15 +00:00