Re: Is this list still active

2020-03-27 Thread Henry S. Thompson
I use screen every day on multiple machines, it just works, thank you very much. ht -- Henry S. Thompson, School of Informatics, University of Edinburgh 10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440 Fax: (44) 131 650-4587, e-mail: h

Re: trouble with utf-8 vbell_msg

2017-12-05 Thread Henry
-8 message remains, however. Specifically, if I put 'vbell_msg " ワン! ワン!"' in ~/.screenrc, I get " ã�¯ã�³ï¼� ã�¯ã�³ï¼�" as the message. It doesn't matter if I have "encoding UTF-8" or not. Sorry for the incomplete report yesterday, Henry 2017-12-04 20:59

trouble with utf-8 vbell_msg

2017-12-04 Thread Henry
nonsensical characters. If I add "defencoding UTF-8" I don't get a message at all: the whole screen flashes instead (similarly to what vi does when there's a faulty keystroke). Thoughts, hints? Thanks much. Henry ___ screen-users

Re: what permissions to put on socket directory /usr/local/screens?

2017-12-04 Thread Henry
% screen Directory '/usr/local/screens' must have mode 777. % Not working here when 0700. Regards, Henry 2017-11-20 21:55 GMT+09:00 Jostein Berntsen : > On 20.11.17,20:00, Henry wrote: >> What permissions should I put on the socket directory /usr/local/screens? >> For

what permissions to put on socket directory /usr/local/screens?

2017-11-20 Thread Henry
What permissions should I put on the socket directory /usr/local/screens? For now I've put the same as /tmp: rwxrwxrwt. TIA for conformation/advice. -- Henry ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/lis

Re: how to link with libncursesw.a

2017-11-19 Thread Henry
Thanks for the reply. The patch to configure is essentially the same as one I applied. The Makefile is totally beyond my capabilities. :( It seems to rely on some kind of package system I have no knowledge of. -- Henry 2017-11-18 19:16 GMT+09:00 Carsten Mattner : > Does this help you ans

how to link with libncursesw.a

2017-11-18 Thread Henry
there someway to have the configure script create such a Makefile? Many TIA, Henry ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users

Re: screen-4.6.2 build fails

2017-11-15 Thread Henry
, or still -lcurses is in the LIBS in Makefile. Do you have suggestions for using ncursesw rather than plain curses? TIA Henry ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users

Re: screen-4.6.2 build fails

2017-11-13 Thread Henry
ail. I also tried setting environment variables after running the configure script and before typing (g)make % setenv CPPFLAGS "-I/usr/local/include" % setenv LDFLAGS "-L/usr/local/lib" % setenv LIBS "-lncursesw" , but there was no difference in the outcome, i.e., exa

how to have configure use -lncursesw in LIBS (rather than -lcurses)

2017-11-11 Thread Henry
ption switch to configure that I've missed? Many TIA. Henry ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users

screen-4.6.2 build fails

2017-11-11 Thread Henry
The build fails with the following errors. Ideas on how to proceed? TIA, Henry gcc -c -I. -I. -I/usr/local/include -DETCSCREENRC='"/usr/local/etc/screenrc"' -DSCREENENCODINGS='"/usr/local/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"

Re: emacs compatibility - changing a default binding?

2013-04-24 Thread Henry S. Thompson
"^[a" command bindkey "^a" stuff b bindkey "^a" stuff ^a ht -- Henry S. Thompson, School of Informatics, University of Edinburgh 10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440 Fax: (44) 131 650-4587, e-mail: h.

Re: Escape characters

2010-01-31 Thread Henry S. Thompson
; stuff b bindkey "^a" stuff ^a This has the effect of escape ^[aa except that that isn't a legal/recognised invocation of the escape option. If anyone knows a less roundabout way of achieving the above, I'd be happy to learn. . . ht - -- Henry S. Thomps

Re: problem with screen.rxvt TERM and less

2008-11-10 Thread Henry S. Thompson
ence, and for not just replying 'RTFM'. ht - -- Henry S. Thompson, School of Informatics, University of Edinburgh Half-time member of W3C Team 10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440 F

Re: problem with screen.rxvt TERM and less

2008-11-09 Thread Henry S. Thompson
up and ESC[?1049l for rmcup, but they are not having the desired effect. . . [Note that when running in a vanilla rxvt window smcup is ESC7ESC[?47h and rmcup is ESC[?47lESC8 . . . ] Does this make better sense yet? I've attached pngs of the winning and losing displays. Thanks ht &l

problem with screen.rxvt TERM and less

2008-11-07 Thread Henry S. Thompson
reen returns to its pre-less state after quitting less -- good. * When using less in a screen-managed window, with TERM=screen.rxvt, the screen shows the last page displayed by less after quitting less -- not good. Do others have this problem? Any suggestions welcome. Thanks, ht --

problem with screen.rxvt TERM and less

2008-11-07 Thread Henry S. Thompson
returns to its pre-less state after quitting less -- good. * When using less in a screen-managed window, with TERM=screen.rxvt, the screen shows the last page displayed by less after quitting less -- less good. Do others have this problem? Any suggestions welcome. Thanks, ht - --

Re: Cannot find termcap entry

2007-06-29 Thread Henry Nelson
o specifically set the TERMINFO environment variable. (Just a wild guess; I don't know for sure.) -- henry nelson WWW_HOME=http://yuba(dot)ne(dot)jp/(tilde)home/ ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: terminal devices left open after logging out

2006-11-16 Thread Henry Nelson
On Thu, Nov 16, 2006 at 09:55:49AM -0600, Michael Parson wrote: > On Thu, Nov 16, 2006 at 01:51:58PM +0900, Henry Nelson wrote: > > On Wed, Nov 15, 2006 at 03:27:23PM +0100, Michael Schroeder wrote: > >> Could be a bug in screen's utmp handling. What OS are you runni

Re: terminal devices left open after logging out

2006-11-15 Thread Henry Nelson
atically linked: % setenv CFLAGS "-O2" % setenv LIBS "-static -lncursesw" % setenv LDFLAGS "-L/usr/local/lib -lncursesw" % ./configure --prefix=/usr/local --disable-socket-dir --enable-colors256 -- henry nelson WWW_HOME

Re: terminal devices left open after logging out

2006-11-13 Thread Henry Nelson
;programs that should run in the background or as a daemon"? I'm not running programs in the background, but still get these "orphaned" ttyp's that remain from a screen session. Any daemons running are started at bootup, and don't have anything to do with login users. --

Re: terminal devices left open after logging out

2006-11-12 Thread Henry Nelson
On Wed, Oct 04, 2006 at 06:23:49PM +0200, Julien Jehannet wrote: > >Date: Wed, 4 Oct 2006 09:36:36 +0900 > >From: Henry Nelson > >Subject: terminal devices left open after logging out > > > >I'm not sure of the terminology so the Subject and description of the &g

terminal devices left open after logging out

2006-10-03 Thread Henry Nelson
to it, and no screen sockets are open. There doesn't seem to be any way to close the device other than rebooting the machine. % who henry ttyp0Oct 4 09:17 (192.168.11.24) henry ttyp3Oct 1 07:21 (:ttyp0:S.0) % screen -list No Sockets found in /home/henry/.screen. How can I prevent

Re: how to start screen from .bashrc

2006-09-19 Thread Henry Nelson
gin"? TIA > ... But for a host you ssh into, it would be ok. Almost always my case. -- henry nelson WWW_HOME=http://yuba(dot)ne(dot)jp/(tilde)home/ ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: "vtprint" doesn't work with Mutt when inside Screen

2006-09-11 Thread Henry Nelson
On Fri, Sep 08, 2006 at 05:32:50PM +0900, Henry Nelson wrote: > I use PuTTY to login to a shell account for reading/sending mail. > From the shell without running Screen, I can print from Mutt > using "vtprint" (prints out on printer attached to local terminal). > >

Re: "vtprint" doesn't work with Mutt when inside Screen

2006-09-08 Thread Henry Nelson
ences through? If possible, would anyone know what needs to go in the terminfo source file? henry nelson WWW_HOME=http://yuba(dot)ne(dot)jp/(tilde)home/ ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

"vtprint" doesn't work with Mutt when inside Screen

2006-09-08 Thread Henry Nelson
get a message on the display that vtprint successfully printed a page. Is there something I've overlooked that would have Screen send the printer output to the terminal? TIA -- henry nelson WWW_HOME=http://yuba(dot)ne(dot)jp/(tilde)home/ ___ sc