emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Special Post: My own customisations to GNU Emacs


From: Eduardo Ochs
Subject: Re: Special Post: My own customisations to GNU Emacs
Date: Sat, 7 May 2022 22:02:24 -0300

On Sat, 7 May 2022 at 20:04, Davin Pearson <davin.pearson@gmail.com> wrote:
> (...)

Hi Davin & all,

this seems to require Windows...
Here's what I did to unpack and inspect (VERY superficially) your code
- I'm posting it here because it may save other people a few minutes
of work:

• (eepitch-shell)
• (eepitch-kill)
• (eepitch-shell)

  cd /tmp/
  wget -nc 
http://davinpearson.nz/binaries/java-training-wheels--bagatelles_20220506-110613.tar.gz
  rm -Rv /tmp/java-training-wheels/
  tar -tvzf
/tmp/java-training-wheels--bagatelles_20220506-110613.tar.gz
  tar -C /tmp/ -xvzf
/tmp/java-training-wheels--bagatelles_20220506-110613.tar.gz
  cd     /tmp/java-training-wheels/
  # (find-file "/tmp/java-training-wheels/")
  # (find-file 
"/tmp/java-training-wheels/dlisp/coolmacs/dmp-kill-ring--file.el")

  # Some eev-isms:
  # (code-c-d "jtw" "/tmp/java-training-wheels/")
  # (find-jtwfile "")
  # (find-jtwsh "find * | sort")
  # (find-jtwgrep "grep --color=auto -nRH --null -e dmp-kill-ring *")
  # (find-jtwfile "dlisp/coolmacs/dmp-kill-ring--file.el")

I have the impression that even on Windows your code will be
considered hard to test, and that you should try to make a minimal
version of it with less cruft. Do you know how to connect to the
#emacs IRC channel? You could try to discuss how to do that with the
people there...

  Cheers,
    Eduardo Ochs
    http://angg.twu.net/#eev



reply via email to

[Prev in Thread] Current Thread [Next in Thread]