make-hosts-menu

Name

make-hosts-menu -- Create a telnet menu.

Synopsis

(make-hosts-menu host-list #&optional (user (user-name)))

Description

Create a telnet menu. To use this, add the following to the menu of your choice: (menuitem "telnet" #:action (make-hosts-menu '("host1" "host2" ...))) An optional USER argument specifies the user to telnet as. The element of the list of hosts can be a host (in which case telnet is used) or a cons of (host . command).

Implementation Notes

Module: (app scwm std-menus)

Defined in scheme/std-menus.scm at line 54 (CVS log)