Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - pgas

Pages: 1 [2] 3 4 ... 74
16
Software / Emacs For Zaurus
« on: April 01, 2007, 03:40:33 am »
Quote
#8 Switch through buffer list easily.
the method often recomended for switching buffers is iswitchb (included in emacs from v21)
see:
http://www.emacswiki.org/cgi-bin/emacs-en/IswitchBuffers
(and if you like it be sure to check http://www.emacswiki.org/cgi-bin/emacs-en/...ctivelyDoThings which is included in emacs from cvs)

also, in emacs from cvs (22,23) there are next-buffer and previous buffer
bound by default to C-x <right> and C-x <left>

17
Zaurus - pdaXrom / New Emacs 23 W/ Xft And Cjk Support!
« on: March 29, 2007, 12:46:13 pm »
after  a quick browse:
#7:
M-x calendar (typo)

to Close a window:
The one you are in:
C-x 0
the others
C-x 1 (one, not L)

ESC ESC ESC is really a different thing, that might close windows.

Another thing I find usefull on the zaurus:
ESC might be used in place of M-
ie instead of M-x, you can press-release ESC then press X

18
Zaurus - pdaXrom / New Emacs 23 W/ Xft And Cjk Support!
« on: March 19, 2007, 05:01:57 am »
Quote
Ok thanks for the tips- I as actuallly curious about the drop down menu rather than the text menu page but thats fine. I don't get why there's a menu there if you can't use it....

yeah, it's pretty much useless...in a terminal, you can M-x xterm-mouse RET and click on the menu
(which opens the tmm menu...) (if your terminal supports xterm like mouse events)

19
Zaurus - pdaXrom / New Emacs 23 W/ Xft And Cjk Support!
« on: March 19, 2007, 04:52:22 am »
emacs also uses the directory /usr/share/emacs/site-lisp/
for third party site-wide package installations

20
Zaurus - pdaXrom / Sshfs-fuse
« on: March 19, 2007, 02:49:58 am »
http://fuse.sourceforge.net/sshfs.html :
First you need to download FUSE 2.2 or later

http://fuse.sourceforge.net/wiki/index.php/OperatingSystems:
"Native port. FUSE versions 2.X up to 2.5.X support kernels 2.4.21 or later"

so unless you backport to 2.4.20....

21
Zaurus - pdaXrom / New Emacs 23 W/ Xft And Cjk Support!
« on: March 15, 2007, 04:25:12 am »
Quote
The package turns out to be of the same size. Perhaps I am mistaken here. What do you think?
the two are hard linked

Quote
What's the use of those compressed source .el when we already have the .elc? Is it necessary to keep the .gz in the package (actually I leave them out in my emacs-lisp package) ?

emacs doesn't need the source .el (gzipped for saving space) to run.
 
The sources are usefull when you start learning elisp, and want to have a peak at the source to understand the functions better, or when you want to write a function that does slightly the same thing as an existing one.

So, you can put the .el.gz in an optional package, (debian does that for instance providing the .elc in the emacs package and the .el in a separate optional one), you should add the ones that are not byte compiled together with the .elc.

The fact that the .el  also exist  as .el.gz  is probably because the build script gzip every .el files for simplicity.

One thing that you want to put in the base package is the etc/DOC-23.... file
it is required to get the documentation on a function defined in C.
(C-h f function RET)

22
Zaurus - pdaXrom / Unicode Pim Terminal Apps
« on: March 09, 2007, 05:54:37 am »
emacs21 supports unicode,
emacs22 has better support for unicode

I believe the unicode xft branch uses unicode internally, which doesn't mean emacs22
doesn't support unicode.

Note, that I am not an expert about these subjects, you can find more infos there:
http://www.emacswiki.org/cgi-bin/wiki.pl?UniCode


and in any case, if you only want to use it in a terminal you can use  --with-x=no

(I think some people might  give you better answers on this on #emacs@irc.freenode.net)

23
Zaurus - pdaXrom / Unicode Pim Terminal Apps
« on: March 09, 2007, 01:53:08 am »
Quote
Am I already going too far?
If you want to run emacs in a terminal you don't need the xft  branch,
you don't even need to build with X at all for what it's worth.

about pim in emacs, have a look at "planner" and at "org-mode". (and bbdb for addresses)

24
OpenZaurus/Opie/Qtopia / Installing A Local Ipk
« on: November 24, 2006, 12:20:54 pm »
IIRC from #openzaurus `ipkg install ratpoison' doesn't work from a local feed because of busybox wget.

but it works with the real wget.  or something

25
For Sale / Wanted / Wtb-good 6mp Digital Camera
« on: November 17, 2006, 01:08:48 am »
I'll add also that this part of the forum has a sticky thread with rules:


"I've created a new area of the forum for people who wish to sell Zaurus-Related items (heh you double sure you wanna sell your Zaurus? You're losing out buddy!) and those who want Zaurus-Related items. "

26
Zaurus - pdaXrom / Need Help Compiling Pdaxrom 1.1.0beta3-kernel
« on: November 07, 2006, 01:47:26 am »
in brief:
hard-float = emulation of floating point hardware in the kernel
soft-float = implementation of floating point operations in a library (faster)

2.4.x from sharp doesn't compile with newer toolchains

27
Zaurus - pdaXrom / (zpsx) Psx4zaurus Public Beta 4 Released
« on: October 11, 2006, 02:03:49 am »
Quote
I only have the 2.95.3 (old) toolchain for compiling the Cacko kernel.

AFAIK there is no such thing as a new toolchain for cacko. Cacko is a collection of tweaks   added on the sharp rom and everything is built with the same toolchain used for the first zauruses.

I think Meanie has compiled a newer gcc/glibc  and there is also a gcc compiled without softfloat here: http://mail.pdaxrom.org/download/1.1.0beta1/XQt/ but if you compile with this, you will probably need to install a newer glibc together with the older one (again I think Meanie does something like this).

Another option might be to compile psx4zaurus with all the libs statically linked.

28
Off Topic forum / Looking For Linux-compatible Mp3 Player
« on: October 10, 2006, 03:59:48 am »
hmm seems support for ipod exists:
http://www.gtkpod.org/about.html

My low-end  usb-stick like mp3 player works under linux

29
Off Topic forum / Looking For Linux-compatible Mp3 Player
« on: October 10, 2006, 03:30:09 am »
Quote
. Here is the problem, most of the players out there are not Linux-friendly.
Really? I thought any player acting as a mass storage usb device would work under linux.

Pages: 1 [2] 3 4 ... 74