all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: Help-gnu-emacs -- confirmation of subscription -- request 625996
       [not found] <20021113220013.24295.19856.Mailman@monty-python.gnu.org>
@ 2002-11-13 22:35 ` Jdev
       [not found] ` <mailman.1037227718.18944.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 8+ messages in thread
From: Jdev @ 2002-11-13 22:35 UTC (permalink / raw)


confirm 625996

^ permalink raw reply	[flat|nested] 8+ messages in thread

* emacs and lynx
       [not found] ` <mailman.1037227718.18944.help-gnu-emacs@gnu.org>
@ 2002-11-18  8:53   ` francesco
  2002-11-18 13:08     ` Kai Großjohann
  0 siblings, 1 reply; 8+ messages in thread
From: francesco @ 2002-11-18  8:53 UTC (permalink / raw)


Please, I'm italian and I don't know English very well.

I want create a macro emacs on a lynx page, but "minibuffer window is not 
active"...

How I can to do it?

Thank you!!

F.V.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: emacs and lynx
  2002-11-18  8:53   ` emacs and lynx francesco
@ 2002-11-18 13:08     ` Kai Großjohann
  2002-11-18 14:28       ` francesco
  0 siblings, 1 reply; 8+ messages in thread
From: Kai Großjohann @ 2002-11-18 13:08 UTC (permalink / raw)


francesco <francescosvolpe@virgilio.it> writes:

> I want create a macro emacs on a lynx page, but "minibuffer window is not 
> active"...
>
> How I can to do it?

Please describe exactly what you did before this error message
occurred.  Begin with starting Emacs.

Thanks,
kai
-- 
~/.signature is: umop ap!sdn    (Frank Nobis)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: emacs and lynx
  2002-11-18 13:08     ` Kai Großjohann
@ 2002-11-18 14:28       ` francesco
  2002-11-18 17:45         ` Kai Großjohann
  0 siblings, 1 reply; 8+ messages in thread
From: francesco @ 2002-11-18 14:28 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 612 bytes --]

Before all, thanks!.

I activate links with browser-url.
Again i search, with a 
form(http://www.giustizia-amministrativa.it/WEBY2K/intermediate.asp?reg=Veneto&Tar=Venezia), 
a page .asp ).
i want download all links form this page with C-s (... go to link ..) d 
(donwload).. go to next link ... idem...  I think make a macro with emacs, 
but the minibuffer reply the message I wrote.

I'm sorry for my English. Si vis, latine loqueris... ;-).

Thank you!

F. V. 


Kai Großjohann wrote:
> Please describe exactly what you did before this error message
> occurred.  Begin with starting Emacs.
> 
> Thanks,
> kai

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: emacs and lynx
  2002-11-18 14:28       ` francesco
@ 2002-11-18 17:45         ` Kai Großjohann
  2002-11-18 18:57           ` francesco
  0 siblings, 1 reply; 8+ messages in thread
From: Kai Großjohann @ 2002-11-18 17:45 UTC (permalink / raw)


francesco <francescosvolpe@virgilio.it> writes:

> I activate links with browser-url.
> Again i search, with a 
> form(http://www.giustizia-amministrativa.it/WEBY2K/intermediate.asp?reg=Veneto&Tar=Venezia), 
> a page .asp ).
> i want download all links form this page with C-s (... go to link ..) d 
> (donwload).. go to next link ... idem...  I think make a macro with emacs, 
> but the minibuffer reply the message I wrote.

Aha.  Hm.  So what do you type to create the macro?  

C-x ( C-s --some-link-- RET d C-x )

Does this work?  What happens when you hit C-x e?

kai
-- 
~/.signature is: umop ap!sdn    (Frank Nobis)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: emacs and lynx
  2002-11-18 17:45         ` Kai Großjohann
@ 2002-11-18 18:57           ` francesco
  2002-11-19  6:15             ` Matthias Meulien
  0 siblings, 1 reply; 8+ messages in thread
From: francesco @ 2002-11-18 18:57 UTC (permalink / raw)


Kai Großjohann wrote:


> 
> Aha.  Hm.  So what do you type to create the macro?
> 
> C-x ( C-s --some-link-- RET d C-x )

yes
 
> Does this work?  

No. I can not give "C-x (", because the minibuffer is not active. The 
question is how i can do active the minibuffer, in lynx buffer...

Grazie ancora!  :-) 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: emacs and lynx
  2002-11-18 18:57           ` francesco
@ 2002-11-19  6:15             ` Matthias Meulien
  2002-11-19  8:23               ` francesco
  0 siblings, 1 reply; 8+ messages in thread
From: Matthias Meulien @ 2002-11-19  6:15 UTC (permalink / raw)


francesco <francescosvolpe@virgilio.it> wrote:

> (...) The question is how i can do active the minibuffer, in lynx
> buffer...

\C-c\C-j is bind to `term-line-mode'. \C-c\C-k to switch back to the
default `term-char-mode'.

,----[ C-h f term-line-mode RET ]
| term-line-mode is an interactive compiled Lisp function in `term'.
| (term-line-mode)
| 
| Switch to line ("cooked") sub-mode of term mode.
| This means that Emacs editing commands work as normally, until
| you type M-x term-send-input which sends the current line to the inferior.
`----

Does it help ?
-- 
Matthias

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: emacs and lynx
  2002-11-19  6:15             ` Matthias Meulien
@ 2002-11-19  8:23               ` francesco
  0 siblings, 0 replies; 8+ messages in thread
From: francesco @ 2002-11-19  8:23 UTC (permalink / raw)


Merci bien, Matthias!

Toutefois, le server donne une page .asp, qui n'est pas unitaire. En passant 
dans le term-line-mode, lynx ne peut plus demander au server de donner le 
link.

A r'voir !  :-))

F.V.



Matthias Meulien wrote:


> 
> \C-c\C-j is bind to `term-line-mode'. \C-c\C-k to switch back to the
> default `term-char-mode'.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-11-19  8:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20021113220013.24295.19856.Mailman@monty-python.gnu.org>
2002-11-13 22:35 ` Help-gnu-emacs -- confirmation of subscription -- request 625996 Jdev
     [not found] ` <mailman.1037227718.18944.help-gnu-emacs@gnu.org>
2002-11-18  8:53   ` emacs and lynx francesco
2002-11-18 13:08     ` Kai Großjohann
2002-11-18 14:28       ` francesco
2002-11-18 17:45         ` Kai Großjohann
2002-11-18 18:57           ` francesco
2002-11-19  6:15             ` Matthias Meulien
2002-11-19  8:23               ` francesco

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.