all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Ergus <spacibba@aol.com>
Cc: 60966-done@debbugs.gnu.org
Subject: bug#60966: 30.0.50; Emacs -nw on msys2 is not clearing the terminal
Date: Tue, 31 Jan 2023 20:04:52 +0200	[thread overview]
Message-ID: <83v8km1sxn.fsf@gnu.org> (raw)
In-Reply-To: <20230131165522.wb4guuchczzlpni5@Ergus> (message from Ergus on Tue, 31 Jan 2023 17:55:22 +0100)

> Date: Tue, 31 Jan 2023 17:55:22 +0100
> From: Ergus <spacibba@aol.com>
> Cc: 60966@debbugs.gnu.org
> 
> I think you can close this issue or just add a comment about it
> somewhere in the documentation...
> 
> So, it is done from my side. (If I get some time I will try to fix the
> build system script, but not now)

OK, closing.

> I have another issue because rgrep + MS-Windows does not work for me, I
> try to use it like usual, but I get this:
> 
> ----------------------------------------
> 
> -*- mode: grep; default-directory: "e:/Repository/" -*-
> Grep started at Tue Jan 31 17:25:49
> 
> find -H . -type d "(" -path "*/SCCS" -o -path "*/RCS" -o -path "*/CVS"
> -o -path "*/MCVS" -o -path "*/.src" -o -path "*/.svn" -o -path "*/.git"
> -o -path "*/.hg" -o -path "*/.bzr" -o -path "*/_MTN" -o -path "*/_darcs"
> -o -path "*/{arch}" ")" -prune -o ^"^!^" -type d "(" -name ".#*" -o
> -name "*.o" -o -name "*~" -o -name "*.bin" -o -name "*.bak" -o -name
> "*.obj" -o -name "*.map" -o -name "*.ico" -o -name "*.pif" -o -name
> "*.lnk" -o -name "*.a" -o -name "*.ln" -o -name "*.blg" -o -name "*.bbl"
> -o -name "*.dll" -o -name "*.drv" -o -name "*.vxd" -o -name "*.386" -o
> -name "*.elc" -o -name "*.lof" -o -name "*.glo" -o -name "*.idx" -o
> -name "*.lot" -o -name "*.fmt" -o -name "*.tfm" -o -name "*.class" -o
> -name "*.fas" -o -name "*.lib" -o -name "*.mem" -o -name "*.x86f" -o
> -name "*.sparcf" -o -name "*.dfsl" -o -name "*.pfsl" -o -name "*.d64fsl"
> -o -name "*.p64fsl" -o -name "*.lx64fsl" -o -name "*.lx32fsl" -o -name
> "*.dx64fsl" -o -name "*.dx32fsl" -o -name "*.fx64fsl" -o -name
> "*.fx32fsl" -o -name "*.sx64fsl" -o -name "*.sx32fsl" -o -name
> "*.wx64fsl" -o -name "*.wx32fsl" -o -name "*.fasl" -o -name "*.ufsl" -o
> -name "*.fsl" -o -name "*.dxl" -o -name "*.lo" -o -name "*.la" -o -name
> "*.gmo" -o -name "*.mo" -o -name "*.toc" -o -name "*.aux" -o -name
> "*.cp" -o -name "*.fn" -o -name "*.ky" -o -name "*.pg" -o -name "*.tp"
> -o -name "*.vr" -o -name "*.cps" -o -name "*.fns" -o -name "*.kys" -o
> -name "*.pgs" -o -name "*.tps" -o -name "*.vrs" -o -name "*.pyc" -o
> -name "*.pyo" ")" -prune -o -type f "(" -iname "*" ")" -exec grep
> --color=always -i -nH --null -e "protoc" "{}" ";"
> 
> FIND: Parameter format not correct

This is find.exe which comes with Windows, and is an entirely
different program.  You need to tweak your PATH so that the ported GNU
find.exe from MinGW64 is found before the Windows one.

> 3) Is it there a clean way I could migrate one emacs installation
> (packages in the elpa directory) between machines? Because the machine I
> am using now does not have access to internet from the terminal (the
> system has some ldap proxy); so, emacs cannot access elpa/melpa or
> github to download any package.

Just prepare an archive and then unpack it on the other machine.  It
should work.





      reply	other threads:[~2023-01-31 18:04 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87v8l1p3bi.fsf.ref@aol.com>
2023-01-20 16:40 ` bug#60966: 30.0.50; Emacs -nw on msys2 is not clearing the terminal Ergus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-01-20 19:17   ` Eli Zaretskii
2023-01-23 22:45     ` Ergus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-01-24 13:16       ` Eli Zaretskii
2023-01-24 15:24         ` Ergus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-01-24 16:57           ` Eli Zaretskii
2023-01-31 16:55             ` Ergus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-01-31 18:04               ` Eli Zaretskii [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83v8km1sxn.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=60966-done@debbugs.gnu.org \
    --cc=spacibba@aol.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.