Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
#######
#
# E-scripts about Wine.
#
# Note 1: use the eev command (defined in eev.el) and the
# ee alias (in my .zshrc) to execute parts of this file.
# Executing this file as a whole makes no sense.
# An introduction to eev can be found here:
#
#   (find-eev-quick-intro)
#   http://angg.twu.net/eev-intros/find-eev-quick-intro.html
#
# Note 2: be VERY careful and make sure you understand what
# you're doing.
#
# Note 3: If you use a shell other than zsh things like |&
# and the for loops may not work.
#
# Note 4: I always run as root.
#
# Note 5: some parts are too old and don't work anymore. Some
# never worked.
#
# Note 6: the definitions for the find-xxxfile commands are on my
# .emacs.
#
# Note 7: if you see a strange command check my .zshrc -- it may
# be defined there as a function or an alias.
#
# Note 8: the sections without dates are always older than the
# sections with dates.
#
# This file is at <http://angg.twu.net/e/wine.e>
#           or at <http://angg.twu.net/e/wine.e.html>.
#        See also <http://angg.twu.net/emacs.html>,
#                 <http://angg.twu.net/.emacs[.html]>,
#                 <http://angg.twu.net/.zshrc[.html]>,
#                 <http://angg.twu.net/escripts.html>,
#             and <http://angg.twu.net/>.
#
#######




# «.EmacsW32»	(to "EmacsW32")
# «.2024»	(to "2024")



# (find-status   "wine")
# (find-vldifile "wine.list")
# (find-udfile   "wine/")
# (find-status   "wine-doc")
# (find-vldifile "wine-doc.list")
# (find-udfile   "wine-doc/")




#####
#
# EmacsW32
# 2010jan21
#
#####

# «EmacsW32»  (to ".EmacsW32")
#   (find-es "w32" "EmacsW32")
# http://www.emacswiki.org/emacs/EmacsW32
# http://ourcomments.org/Emacs/EmacsW32.html
# http://ourcomments.org/Emacs/DL/EmacsW32/EmacsCVS/ptch/
# http://ourcomments.org/Emacs/DL/EmacsW32/EmacsCVS/ptch/Emacs-23-CvsP091103-EmacsW32-1.58.exe
# http://ourcomments.org/Emacs/DL/EmacsW32/EmacsCVS/ptch/readme-CvsP091103.txt

# (find-sh "cd ~/.wine/ && find | sort")
# (find-sh "rm -Rfv ~/.wine/")

* (eepitch-shell)
* (eepitch-kill)
* (eepitch-shell)
cd $S/http/ourcomments.org/Emacs/DL/EmacsW32/EmacsCVS/ptch/
wine Emacs-23-CvsP091103-EmacsW32-1.58.exe
# (find-fline "~/.wine/")
# (find-fline "~/.wine/drive_c/home/emacs/")
# (find-fline "~/.wine/drive_c/home/emacs/EmacsW32/")
# (find-fline "~/.wine/drive_c/home/emacs/emacs/")
# Install at:
#   C:\Program Files\Emacs   (<- the default; no)
#   C:\home\emacs            (<- my favorite place - yes)



https://news.ycombinator.com/item?id=33156727 How Wine Works 101 (werat.dev)




#####
#
# 2024
# 2024apr04
#
#####

# «2024»  (to ".2024")

* (eepitch-shell)
* (eepitch-kill)
* (eepitch-shell)
apti wine
apti 7zip
apti 7z

apti p7zip

# (find-status   "p7zip")
# (find-vldifile "p7zip.list")
# (find-udfile   "p7zip/")






#  Local Variables:
#  coding:               utf-8-unix
#  modes: (fundamental-mode emacs-lisp-mode lua-mode c-mode)
#  End: