Re: URL naming mode?

2001-11-28 Thread Alex Schroeder
Galen Boyer <[EMAIL PROTECTED]> writes: > This makes urls clickable which is something I was looking for. > Thanks alot for that. Unless I'm missing something, I still > would like to be able to give a long url a short name and have > that show up as clickable. Instead of seeing a clickable > h

Re: URL naming mode?

2001-11-28 Thread Alex Schroeder
Miroslav Fikar <[EMAIL PROTECTED]> writes: > I have tried your function and it worked just fine. However, I have > not been able to mail or post message since then. And if I commented > the code, I can mail again. Any clue? (gnus told me something as : no > methods specified - I do not remember e

Re: URL naming mode?

2001-11-27 Thread Miroslav Fikar
Alex Schroeder <[EMAIL PROTECTED]> writes: > Galen Boyer <[EMAIL PROTECTED]> writes: > > > Is there anyway to turn on the following functionality? When I > > enter something in some notes type field, the fact that I typed a > > url could be parsed and then BBDB could ask me if I would like to >

Re: URL naming mode?

2001-11-26 Thread Galen Boyer
On Mon, 26 Nov 2001, [EMAIL PROTECTED] wrote: > Hm, a long time ago I used this. A short test shows that this > still works. Perhaps that is enough? Note that in older > XEmacs don't have goto-address. I think I submitted it for > XEmacs, so maybe it is in the fsf-compat package or something >

Re: URL naming mode?

2001-11-26 Thread Chris Beggy
Alex Schroeder <[EMAIL PROTECTED]> writes: > (defadvice bbdb-display-records-1 (after bbdb-goto-address) > "Enable goto-advice for displayed records." > (set-buffer bbdb-buffer-name) > (goto-address)) > (ad-activate 'bbdb-display-records-1) Cool... Chris _

Re: URL naming mode?

2001-11-26 Thread Alex Schroeder
Galen Boyer <[EMAIL PROTECTED]> writes: > Is there anyway to turn on the following functionality? When I > enter something in some notes type field, the fact that I typed a > url could be parsed and then BBDB could ask me if I would like to > name that URL. Then, it could display that clickable

Re: URL naming mode?

2001-11-26 Thread Chris Beggy
Galen Boyer <[EMAIL PROTECTED]> writes: > Is there anyway to turn on the following functionality? When I > enter something in some notes type field, the fact that I typed a > url could be parsed and then BBDB could ask me if I would like to > name that URL. Then, it could display that clickable

URL naming mode?

2001-11-26 Thread Galen Boyer
Is there anyway to turn on the following functionality? When I enter something in some notes type field, the fact that I typed a url could be parsed and then BBDB could ask me if I would like to name that URL. Then, it could display that clickable name to me while storing the underlying url? --