Re: ksh equivalent to shell-expand-line

2018-10-12 Thread Hajime Edakawa
Forgive me for sending so many email. I've rewritten code again one last time. I'm not sure if this is correct. I was able to learn shell through these emails. I really appreciate it. Best regards, Hajime Edakawa Inde

Re: ksh equivalent to shell-expand-line

2018-10-10 Thread Hajime Edakawa
x_delete(size, false); + x_ins(tp->val.s); + } + } + } + + size = x_size_str(xbuf); + buf = substitute(xbuf, 0); + + x_goto(xbuf); + x_delete(size, false); + x_ins(buf); + x_adjust(); + +

Re: ksh equivalent to shell-expand-line

2018-10-10 Thread Hajime Edakawa
to add the diff of emacs.c and ksh.1 against -CURRENT. The name changes from shell-expand-line to expand-alias-substitute. And expand-alias-substitute code was modified. /* Excuse me if you not understand or you feel bad with my poor English */ Best regards, Hajime Edakawa Index: ksh.1 ===

Re: ksh equivalent to shell-expand-line

2018-10-10 Thread Hajime Edakawa
nding called evaluate-region. I appreciate your advice which was all new information for me! Best regards, Hajime Edakawa 2018年10月11日(木) 0:47 John Ankarström : > > Hajime Edakawa wrote: > > Hello Mr. Ankarström, > > > > I have challenged to try to make shell_expand_line in ksh. &g

Fwd: doas.conf(5) question: when password required

2018-10-09 Thread Hajime Edakawa
Hello, I didn't know, when to reply, I have to specify CC address as misc@openbsd.org. I'm so sorry. Best regards, Hajime Edakawa -- Forwarded message ----- From: Hajime Edakawa Date: 2018年9月13日(木) 3:12 Subject: Re: doas.conf(5) question: when password required To:

Re: ksh equivalent to shell-expand-line

2018-10-09 Thread Hajime Edakawa
To be honest, I'm not sure if this is correct. I only like OpenBSD, That's why I'm so sorry if they're wrong Best regards, Hajime Edakawa Index: emacs.c === RCS file: /cvs/src/bin/ksh/emacs.c,v retrieving revisi

doas.conf(5) question: when password required

2018-09-12 Thread Hajime Edakawa
with my poor English. Regards, Hajime Edakawa