Up |
|
|
  |
Author: winuserwinuser Date: Dec 18, 2007 16:59
I'm sure there's a simple explanation. All the Googling I did failed to turn
up anything usefull.
I'm using Win XP Media ona Athlon X2 box
Below is contents of the Message buffer
Loading image-dired...done
Loading image-file...done
Marking matching files...
238 matching files marked.
Directory contains more than 50 image files. Proceed? (y or n)
Cancelled.
Loading image-mode...done
Type C-c C-c to view as an image.
Repeat this command to go back to displaying the file as text
Quit
GNU Emacs 22.1.1 ( i386-mingw-nt5.1.2600) of 2007-06-02 on RELEASE
|
| |
|
| | 23 Comments |
|
  |
Author: Mathias DahlMathias Dahl Date: Dec 19, 2007 09:05
winuser intermonde.net> writes:
> I'm sure there's a simple explanation. All the Googling I did failed to turn
> up anything usefull.
> I'm using Win XP Media ona Athlon X2 box
> Below is contents of the Message buffer
> Loading image-dired...done
> Loading image-file...done
> Marking matching files...
> 238 matching files marked.
> Directory contains more than 50 image files. Proceed? (y or n)
> Cancelled.
> Loading image-mode...done
> Type C-c C-c to view as an image.
> Repeat this command to go back to displaying the file as text
> Quit
> GNU Emacs 22.1.1 ( i386-mingw-nt5.1.2600) of 2007-06-02 on RELEASE
|
| Show full article (1.14Kb) |
|
| | 11 Comments |
|
  |
Author: winuserwinuser Date: Dec 19, 2007 12:47
Thanks
I am slowly learning but getting there.
The use of external programs could stand some more documentation.
|
| Show full article (1.08Kb) |
| no comments |
|
  |
Author: Nick RobertsNick Roberts Date: Dec 19, 2007 15:03
> I am slowly learning but getting there.
> The use of external programs could stand some more documentation.
I agree. Presumably many systems don't have ImageMagick installed and the
message:
Thumb could not be created for file...
isn't very self explanatory.
|
| |
| no comments |
|
  |
Author: Mathias DahlMathias Dahl Date: Dec 20, 2007 07:47
Nick Roberts snap.net.nz> writes:
> I agree. Presumably many systems don't have ImageMagick installed and the
> message:
>
> Thumb could not be created for file...
>
> isn't very self explanatory.
I know, I know, I know... Feel free to send a patch to emacs devel :)
/Mathias
|
| |
| no comments |
|
  |
Author: winuserwinuser Date: Dec 20, 2007 13:41
In my next life, I will certainly be a programming whiz. I promise.
But as of this moment I am still not getting any pictures as images in any
kind of Emacs buffer even image-dired buffers are empty.
Maybe this *Message* buffer will give a hint as to what is happening :
("C:\\MC\\AppsIUse\\emacs-22.1\\bin\\emacs.exe")
Loading encoded-kb...done
For information about the GNU Project and its goals, type C-h C-p.
Loading image-dired...
Loading regexp-opt...done
Loading image-dired...done
Loading image-file...done
Marking matching files...
5 matching files marked.
image-dired-thumbnail-mode enabled
|
| Show full article (1.63Kb) |
| no comments |
|
  |
Author: Mathias DahlMathias Dahl Date: Dec 20, 2007 14:01
> Marking matching files...
> 5 matching files marked.
> image-dired-thumbnail-mode enabled
Looks OK so far.
> Also I have included a pretty print of the PATH on my machine :
> PATH=
> c:\program files\ imagemagick-6.3.7-q16;
Is that dir where the convert.exe file is? If so it should be OK too.
Can you see if there are any new thumbnail images in ~/.emacs.d/image-
dired? If there are, what is missing is probably image libraries that
Emacs needs. I don't remember where to get them right now, but I'm
sure someone else does.
/Mathias
|
| |
| no comments |
|
  |
Author: winuserwinuser Date: Dec 20, 2007 19:43
Mathias Dahl-3 wrote:
>
>> Marking matching files...
>> 5 matching files marked.
>> image-dired-thumbnail-mode enabled
>
> Looks OK so far.
>
>> Also I have included a pretty print of the PATH on my machine :
>> PATH=
>> c:\program files\ imagemagick-6.3.7-q16;
>
> Is that dir where the convert.exe file is? If so it should be OK too.
>
> Yes convert.exe is there (version 6.3.7.5)
>
> Can you see if there are any new thumbnail images in ~/.emacs.d/image-
> dired?
> Again yes all my thumbnails are in there.
> ...
|
| Show full article (1.18Kb) |
| no comments |
|
  |
Author: nullius.filiusnullius.filius Date: Dec 20, 2007 20:24
X-no-archive: yes
winuser wrote:
> Mathias Dahl-3 wrote:
>> Not sure what image libraries are but if you mean image-mode.elc and
>> image-dired.elc, the're in my /Lisp directory.
Yo Winuser,
Here's the dl on dlls. You need the sweet double hipness of
giflib4.dll,
jpeg62.dll, libpng13.dll and even some others to put the glorious
images
of love on emacs. Mathias is hippin' you are missin' some of dem dlls.
Yeah-heh. And your current emacs don' come on so cool and so groovy
and
so with-it.
Let me hip you to something.
http://www.crasseux.com/emacs/
is the coolest, grooviest, swingin'est, wailin'est, strumminest,
swingin'est
emacs that ever stomped on this jumpin' green sphere.
|
| Show full article (0.74Kb) |
| no comments |
|
  |
|
|
  |
Author: Eli ZaretskiiEli Zaretskii Date: Dec 21, 2007 00:55
> From: Nick Roberts snap.net.nz>
> Date: Fri, 21 Dec 2007 14:40:45 +1300
> Cc: help-gnu-emacs@gnu.org
>
> Instead of:
>
> (call-process shell-file-name nil nil nil shell-command-switch command)
>
> why not separate the command and switches and use:
>
> (call-process command nil nil nil command-switches)
These two methods are not exactly equivalent: in the first, `command'
can be something understood and interpreted by a shell, including
pipes, redirections, etc. In the seconds, it must be a name of an
executable program file.
But I have no idea whether this difference is of any importance for
the case in point.
|
| |
| no comments |
|
|
|