Micro Emacs
Versión 3.9 · Daniel Lawrence
Descripción
The HP Palmtop Paper Micro EMACS version 3.9 is a text editor preferred by UNIX users. This version has been adapted to run on the HP Palmtop. Freeware.
Ficha técnica
- Fichero
emacs39.zip- Tamaño
- 165.8 KB
- Formato
- .zip
- Año
- 1998
- Alta en S.U.P.E.R.
- 1998-12-20
- Ficheros dentro
- 21
- Autor
- Daniel Lawrence
- Ruta
anonftp/pub/emacs39.zip
Cómo instalarlo
Qué enviar al palmtop ahorras 393.7 KB
Estos son los ficheros que necesitas. Puedes enviarlos desde el contenido del paquete.
-
EMACS.EXE→ A:\SOFT programa de DOS 75.2 KB
No hace falta llevar al palmtop
AZMAP.CMD, BDATA.CMD, EMACS.HLP, EMACS.KEY, EMACS.RC, EMACS.TUT, EMACS1.MSS, IBMFN.LST y 12 más:
son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 393.7 KB en un disco de 1 MB.
Pasos
- Copia EMACS.EXE a A:\SOFT. Son programas de DOS: se ejecutan desde el icono DOS, o añadiendo A:\SOFT al PATH de C:\AUTOEXEC.BAT para poder llamarlos por su nombre.
Deducido del contenido del paquete y de las convenciones del 200LX. Se instala en A: a propósito: C: es un disco RAM y cada byte ahí resta memoria al sistema.
Instrucciones del autor
1.2 Getting Started In order to use EMACS, you must call it up from your system's or computer's command prompt. On UNIX and MSDOS machines, just type "emacs" from the main command prompt and follow it with the <RETURN> or Basic Concepts MicroEMACS Reference Manual <ENTER> key (we will refer to this key as <NL> for "new-line" for the remainder of this manual). On the Macintosh, the Amiga, the ATARI ST and other icon based operating systems, double click on the uEMACS icon. Shortly after this, a screen similar to the one below should appear. 1.3 Parts and Pieces The screen is divided into a number of areas or windows. On some systems the top window contains a function list of unshifted and shifted function keys. We will discuss these keys later. Below them is an EMACS mode line which, as we will see, informs you of the present mode of operation of the editor--for example "(WRAP)" if you set EMACS to wrap at the end of each line. Under the mode line is the text window where text appears and is manipulated. Since each window has its own mode line, below the text window is it's mode line. The last line of the screen is the command line where EMACS takes commands and reports on what it is doing. f1 search f2 search back : F1 toggle function list F2 toggle help file f3 hunt f4 hunt back : F3 find command/apropos F4 describe key f5 next window f6 exec macro : F5 reformat paragraph F6 ref undented region f7 find file f8 exec file : F7 indent region F8 undent region f9 save file f10 exit emacs : F9 execute DOS command F10 shell up -- MicroEMACS 3.9 () -- Function Keys --------------------------------------- …
Extracto literal de EMACS.TXT, tal cual venía en el paquete.
Contenido del paquete
Enviar a mi palmtop
El palmtop tiene que quedar esperando antes de pulsar el botón, o la transferencia fallará. Es él quien avisa de que está listo, no al revés.
En el palmtop
- Conecta el cable serie entre el palmtop y el ordenador.
- Abre Data Comm y ve a Menu → Connect → Settings. Ajusta: 9600 baudios, 8 bits de datos, paridad None, 1 bit de parada.
- Vuelve al menú y entra en Menu → File → Receive, con el protocolo Zmodem. El palmtop se queda esperando: déjalo así.
En el ordenador
- Usa Chrome (o Edge / Opera). Firefox y Safari no pueden abrir el puerto serie, y ningún navegador móvil tampoco.
- Averigua cuál es tu puerto: si no lo tienes claro, despliega la ayuda de aquí abajo.
- Pulsa el botón y selecciónalo en la ventana que abre Chrome.
¿Cómo sé cuál es mi puerto?
Linux — tu adaptador USB-serie será /dev/ttyUSB0 o /dev/ttyACM0. Los /dev/ttyS0…ttyS31 son puertos heredados de la placa base: el núcleo los lista aunque no exista ninguno, así que casi nunca son el tuyo. Para salir de dudas:
ls -l /dev/serial/by-id/
Sale el fabricante y el modelo, y a qué ttyUSB* apunta. Si no aparece nada, desenchufa y vuelve a enchufar el cable y mira dmesg | tail: verás una línea del estilo «ch341-uart converter now attached to ttyUSB0».
Permisos: en Debian y derivados tu usuario debe estar en el grupo dialout o el puerto no se abrirá. Compruébalo con groups, y si falta:
sudo usermod -aG dialout $USER
Hay que cerrar la sesión y volver a entrar para que surta efecto.
Windows — Administrador de dispositivos → Puertos (COM y LPT). Tu adaptador aparece como COM3, COM4… Si aparece con un triángulo amarillo, te falta el driver del chip (FTDI, Prolific o CH340 según el cable).
macOS — ls /dev/cu.*; tu adaptador será algo como /dev/cu.usbserial-A50285BI. Usa siempre el cu., no el tty..
El 200LX no lleva un conector serie estándar: necesitas el cable de conectividad de HP (el F1015A o un equivalente) y, salvo que tu ordenador tenga puerto serie de verdad, un adaptador USB-serie detrás.
Tu navegador no puede hablar con el puerto serie. El envío directo usa la Web Serial API, que solo existe en Chrome, Edge y Opera de escritorio — no en Firefox, Safari ni en ningún navegador móvil.
Descarga el fichero con el botón de arriba y pásalo al palmtop con tu método habitual.