Menu

#352 4.1 jmacs missing bindings and arrors under Cygwin mintty

v4.1
closed
nobody
None
v4.2
5
2017-09-26
2016-06-08
Jari Aalto
No

www.cygwin.com uses default terminal mintty(1). After installing 4.1. the following problems exist:

  1. on start, error log is displayed:

/etc/joe/jmacsrc 627: Bad key sequence '^@ TO X'
/etc/joe/jmacsrc 1055: Bad key sequence '^@ TO X'
/etc/joe/jmacsrc 1061: Bad key sequence '^@ TO X'

$ egrep --line-number --text 'type[[:space:]]+\^@[[:space:]]+TO' /etc/joe/jmacsrc
627:type ^@ TO � Self insert
1055:type ^@ TO �
1061:type ^@ TO �

  1. After C-x C-c (to dismiss the error windows), these key bindings do not work:

C-k kill-line
C-a beginning-of-line (causes line to indent, and cursor to move to next line)
C-s search (inserts "S" shacracters)
C-r reverse-sarch (does nothing)
M-% search-and-replace (does nothing)
C-l refresh (shows "not found" at the bottom, initiates search?)
....

Something has went wrong in 4.1.

Joe/jmacs 3.7 works perfectly under Cygwin mintty(1)

Related

Bugs: #352

Discussion

  • Joe Allen

    Joe Allen - 2016-06-08

    /etc/joe/jmacsrc 627: Bad key sequence '^@ TO X'

    I think the jmacsrc file has not been updated during the install. The
    syntax has been changed to support unicode, so you should see something
    like this for that line:

    type U+0 TO U+10FFFF

    On Wed, Jun 8, 2016 at 3:09 AM, Jari Aalto jaalto@users.sf.net wrote:


    Status: open
    Group: Unknown
    Created: Wed Jun 08, 2016 07:09 AM UTC by Jari Aalto
    Last Updated: Wed Jun 08, 2016 07:09 AM UTC
    Owner: nobody

    www.cygwin.com uses default terminal mintty(1). After installing 4.1. the
    following problems exist:

    1. on start, error log is displayed:

    /etc/joe/jmacsrc 627: Bad key sequence '^@ TO X'
    /etc/joe/jmacsrc 1055: Bad key sequence '^@ TO X'
    /etc/joe/jmacsrc 1061: Bad key sequence '^@ TO X'

    $ egrep --line-number --text 'type[[:space:]]+\^@[[:space:]]+TO'
    /etc/joe/jmacsrc
    627:type ^@ TO � Self insert
    1055:type ^@ TO �
    1061:type ^@ TO �

    1. After C-x C-c (to dismiss the error windows), these key bindings do
      not work:

    C-k kill-line
    C-a beginning-of-line (causes line to indent, and cursor to move to next
    line)
    C-s search (inserts "S" shacracters)
    C-r reverse-sarch (does nothing)
    M-% search-and-replace (does nothing)
    C-l refresh (shows "not found" at the bottom, initiates search?)
    ....

    Something has went wrong in 4.1.

    Joe/jmacs 3.7 works perfectly under Cygwin mintty(1)

    Sent from sourceforge.net because you indicated interest in
    https://sourceforge.net/p/joe-editor/bugs/352/

    To unsubscribe from further messages, please visit
    https://sourceforge.net/auth/subscriptions/

     

    Related

    Bugs: #352

  • Jari Aalto

    Jari Aalto - 2016-06-08

    Yes that was it. This can be closed. Thanks.

     
  • John J. Jordan

    John J. Jordan - 2017-09-26
    • status: open --> closed
    • Group: Unknown --> v4.1
     

Log in to post a comment.