[SLUG] ask help(how do I read *.info under emacs or xemacs)

2002-05-28 Thread henry
Dear List: I am a newbie of emacs . How do I read *.info under emacs or xemacs ? Thanks in advance! Henry

Re: [SLUG] ask help(how do I read *.info under emacs or xemacs)

2002-05-28 Thread Brad Thomson
On Tue, 2002-05-28 at 16:16, henry wrote: Dear List: I am a newbie of emacs . How do I read *.info under emacs or xemacs ? C-h i will give you the main info menu, C-u h i will prompt you for a specific file. Brad. -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info:

Re: [SLUG] ask help

2002-04-02 Thread Saurabh Shukla
alternatively you can also try locate or slocate. HTH, Shuklix On Tue, Apr 02, 2002 at 05:03:55PM +0900, ?$B%%s%H%K!?(B ?$B%9%F%$%9?(B wrote: I forget all the files under some directory. How could I use command to find the directory by it's name ? find / -name directory name

[SLUG] ask help

2002-04-01 Thread henry
Dear List: I forget all the files under some directory. How could I use command to findthe directory byit's name ? BestRegards' Henry

Re: [SLUG] ask help

2002-04-01 Thread $B%"%s%H%K!<(B $B%9%F%$%9(B
I forget all the files under some directory. How could I use command to find the directory by it's name ? find / -name directory name _ Do You Yahoo!? Get your free yahoo.com address at http://mail.yahoo.com -- SLUG - Sydney Linux

[SLUG] ask help for driver_writing

2002-01-24 Thread henry
Dears: 1. I can find head_file(linux/fs.h) for ioctl() used in kernel_module . Where can I findhead_file for ioctl() used in User_applcation ? 2. There is no simplecorespondence betweentheir parameters . Could someone showhint for their relation. Tks In Advance ! Henry

Re: [SLUG] ask help for driver_writing

2002-01-24 Thread Jamie Wilkinson
This one time, at band camp, henry wrote: 1.I can find head_file(linux/fs.h) for ioctl() used in kernel_module . Where can I find head_file for ioctl() used in User_applcation ? man ioctl tells me there's an ioctl() in sys/ioctl.h. If you're writing a user app to use ioctls, then that's