#36653 closed defect (fixed)
emacs-mac-app: Emacs.icns: file already exists
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | humem (humem) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | angelo.graziosi@… | |
Port: | emacs-mac-app |
Description
$ sudo port install emacs-mac-app ---> Computing dependencies for emacs-mac-app ---> Fetching distfiles for emacs-mac-app ---> Attempting to fetch emacs-24.2-mac-3.2.tar.gz from ftp://ftp.math.s.chiba-u.ac.jp/emacs/ ---> Verifying checksum(s) for emacs-mac-app ---> Extracting emacs-mac-app Error: org.macports.extract for port emacs-mac-app returned: error copying "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_aqua_emacs-mac-app/emacs-mac-app/work/emacs-24.2/nextstep/Cocoa/Emacs.base/Contents/Resources/Emacs.icns" to "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_aqua_emacs-mac-app/emacs-mac-app/work/emacs-24.2/mac/Emacs.app/Contents/Resources/Emacs.icns": file already exists Please see the log file for port emacs-mac-app for details: /opt/local/var/macports/logs/_Users_rschmidt_macports_dports_aqua_emacs-mac-app/emacs-mac-app/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port emacs-mac-app failed
Attachments (1)
Change History (8)
comment:1 follow-up: 2 Changed 12 years ago by angelo.graziosi@…
comment:2 follow-up: 3 Changed 12 years ago by humem (humem)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Replying to angelo.graziosi@…:
Out of curiosity... :-)
Which is the difference between emacs-app and this emacs-mac-app?
emacs-mac-app provides fancy functions such as smooth scrolling and DictionaryService support: https://github.com/railwaycat/emacs-mac-port/blob/master/README-mac
I fixed the port and committed in r98893, r98895 and r98899. Please install it and execute 'open /Applications/MacPorts/EmacsMac.app'. Have a fun :)
Changed 12 years ago by angelo.graziosi@…
Attachment: | emacs_coding.tar.bz2 added |
---|
Coding system demo
comment:3 follow-up: 5 Changed 12 years ago by angelo.graziosi@…
Replying to hum@…:
I fixed the port and committed in r98893, r98895 and r98899. Please install it and execute 'open /Applications/MacPorts/EmacsMac.app'. Have a fun :)
hmm... perhaps there is a problem with the coding system, and not only...
1) In the attachment there is a file, la_bibliografia.tex.orig, which is shown coded in utf8 with: Aquamacs, emacs-app (Macports) on MAC OS X. The same occurs on GNU/Linux (Ubuntu, Kubuntu, Fedora) and GTK Emacs, and on Cygwin with GTK Emacs.
2) Instead with emacs-mac-app (macports) it is shown coded iso-latin1.
What is expected and right for me is the case 1).
That file contains the the (opened) accented character "a" and I can see this character with "less", "cat" and the Emacs distributions as described in 1).
Anyway, if emacs-mac-app shows it as iso-latin1 I can convert it in utf8 by means of C-x RET f coding RET. I did this and the result is the file (see attach.) : la_bibliografia.tex.emacs-mac-app.
Now emac-mac-app and Emacs from the above distributions (see 1) ) show this file as coded in utf8, but the accented character "a" is shown wrong: it is displayed as a capita "A" with a tilde (~) over, and followed by an underscore (_).
On MAC world, "COMMAND c" and "COMMAND v" usually copy/paste text (also between terminale and emacs). On emacs-mac-app these commands not work, only C-y seems to work for pasting.
On emacs-mac-app "COMMAND X" gives M-x, on Aquamacs or emacs-app the combination is "ALT(option) x" as on the other distributions cited in 1)...
Ciao, Angelo.
comment:4 Changed 12 years ago by angelo.graziosi@…
oops... also "COMMAND q" does not work... The first thing I learned about an year ago when I approached to Mac world, is that CMD-q quits from current application...
Angelo
comment:5 follow-up: 6 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | angelo.graziosi@… added |
---|
Replying to angelo.graziosi@…:
hmm... perhaps there is a problem with the coding system, and not only...
None of this seems relevant to this ticket, which is about the error message I received when trying to install the port; nothing more. For other concerns, please open new tickets. This ticket is closed.
comment:6 follow-up: 7 Changed 12 years ago by angelo.graziosi@…
Replying to ryandesign@…:
Replying to angelo.graziosi@…:
hmm... perhaps there is a problem with the coding system, and not only...
None of this seems relevant to this ticket, which is about the error message I received when trying to install the port; nothing more. For other concerns, please open new tickets. This ticket is closed.
If yuo think my comments are not relevant, install emacs-mac-app and use it... and good luck :-)
comment:7 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to angelo.graziosi@…:
If yuo think my comments are not relevant, install emacs-mac-app and use it... and good luck :-)
They are not relevant to this ticket which was about an extract error message which has been fixed. File new tickets for any additional issues.
Out of curiosity... :-)
Which is the difference between emacs-app and this emacs-mac-app?