all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
[parent not found: <mailman.7309.1054754086.21513.help-gnu-emacs@gnu.org>]
* off-topic?
@ 2003-05-02  3:12 James D
  2003-05-02  5:44 ` off-topic? Lute Kamstra
  0 siblings, 1 reply; 36+ messages in thread
From: James D @ 2003-05-02  3:12 UTC (permalink / raw)


Hi all,
I often see people posting to newsgroups messages that include some
bold, underlined or italic characters in the body of their text(?)
messages. I use emacs as my external editor in kmail. How could I do
the same? Sorry if this is too much off-topic but I didn't know where
else to ask. 
Thanks.
James D

^ permalink raw reply	[flat|nested] 36+ messages in thread
[parent not found: <mailman.227.1039966739.19936.help-gnu-emacs@gnu.org>]
* Customize a checklist
@ 2002-12-15 15:38 Peter S Galbraith
  0 siblings, 0 replies; 36+ messages in thread
From: Peter S Galbraith @ 2002-12-15 15:38 UTC (permalink / raw)


Hi all,

I'd like to customize a list which would contain certain symbols or
strings from certain possibilities.  The aim is to setup which buttons
appear in a toolbar through a checklist, such as

    [*] inc
    [*] MIME save
    ...
    [*] preferences
    [*] help
 
I haven't found a way to do this in customize.
Did I miss something?

Any implementation ideas or suggestions?

Thanks,
-- 
Peter S. Galbraith, MH-E developer  <p.galbraith@globetrotter.net>
GPG key 1024/D2A913A1 - 97CE 866F F579 96EE  6E68 8170 35FF 799E
6623'rd GNU/Linux user at the Counter - http://counter.li.org/

^ permalink raw reply	[flat|nested] 36+ messages in thread
* the real file-attributes function
@ 2002-10-24 23:52 Kin Cho
  2002-10-25  0:24 ` Barry Margolin
  2002-10-25 14:23 ` Stefan Monnier <foo@acm.com>
  0 siblings, 2 replies; 36+ messages in thread
From: Kin Cho @ 2002-10-24 23:52 UTC (permalink / raw)


Hi,

I want to use the real file-attributes, not the ange-ftp
overloaded one.  In other words, how do I stop this:

(file-attributes "/ftp.geocities.com:/")

from opening a ftp connection?

I see this line in
(put 'file-attributes 'ange-ftp 'ange-ftp-file-attributes)
in ange-ftp.el

so I tried:
(put 'file-attributes 'ange-ftp 'file-attributes)

but this causes infinite recursion when I eval 

(file-attributes "/ftp.geocities.com:/")

Thanks.

-kin

^ permalink raw reply	[flat|nested] 36+ messages in thread
* Activating Mousewheel
@ 2002-10-24 17:20 Florian Lindner
  2002-10-24 19:06 ` Daniel Jensen
                   ` (2 more replies)
  0 siblings, 3 replies; 36+ messages in thread
From: Florian Lindner @ 2002-10-24 17:20 UTC (permalink / raw)


Hello,
how can I enable the mouse wheel for scrolling (MS Intellimouse Explorer on 
USB)?
From my X config:

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/usbmouse"
    Option "ZAxisMapping" "4 5"
EndSection

It works with KDE.

I've tried
(require 'mwheel) but not effect. Emacs is 21.2, most recent release.
Thx,
Florian

^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2003-06-08  0:58 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.1037389349.31174.help-gnu-emacs@gnu.org>
2002-11-16 18:55 ` Any standard function to prompt for multiple comma-separated items? Kai Großjohann
2002-11-17 14:03   ` Peter S Galbraith
     [not found]   ` <mailman.1037542582.16549.help-gnu-emacs@gnu.org>
2002-11-18 15:52     ` Stefan Monnier <foo@acm.com>
2002-11-17  9:27 ` Klaus Berndl
     [not found]   ` <Klaus.Berndl@sdm.de>
2002-11-17 14:08     ` Peter S Galbraith
2002-12-15 20:44     ` Customize a checklist Peter S Galbraith
2002-11-17 16:39 ` Any standard function to prompt for multiple comma-separated items? Kai Großjohann
2002-11-18 15:53   ` Stefan Monnier <foo@acm.com>
     [not found] <mailman.7309.1054754086.21513.help-gnu-emacs@gnu.org>
2003-06-04 21:13 ` Coding Convections - Enabling a feature by loading a file Stefan Monnier
     [not found]   ` <mailman.7337.1054774167.21513.help-gnu-emacs@gnu.org>
2003-06-05  1:02     ` Stefan Monnier
2003-06-05 16:24 ` Lute Kamstra
2003-05-02  3:12 off-topic? James D
2003-05-02  5:44 ` off-topic? Lute Kamstra
2003-05-02 19:41   ` off-topic? James D
2003-05-02 20:39     ` off-topic? Roodwriter
2003-05-03  3:08       ` off-topic? Oliver Scholz
2003-05-02 22:00     ` off-topic? Lute Kamstra
2003-05-03 21:13       ` off-topic? Alexander Nikolov
2003-05-03 21:21       ` off-topic? Alexander Nikolov
     [not found]       ` <Lute.Kamstra@cwi.nl>
2003-05-03  3:27         ` off-topic? Peter S Galbraith
2003-06-08  0:58         ` Coding Convections - Enabling a feature by loading a file Peter S Galbraith
     [not found] <mailman.227.1039966739.19936.help-gnu-emacs@gnu.org>
2002-12-15 18:56 ` Customize a checklist Klaus Berndl
  -- strict thread matches above, loose matches on Subject: below --
2002-12-15 15:38 Peter S Galbraith
2002-10-24 23:52 the real file-attributes function Kin Cho
2002-10-25  0:24 ` Barry Margolin
     [not found]   ` <nqn0p3m2g6.fsf@alcatel.de>
2002-10-25 23:30     ` Kin Cho
2002-10-25 14:23 ` Stefan Monnier <foo@acm.com>
     [not found]   ` <foo@acm.com>
     [not found]     ` <monnier+gnu.emacs.help/news/@flint.cs.yale.edu>
2002-10-25 15:17       ` Peter S Galbraith
2002-10-25 18:51       ` Activating Mousewheel Peter S Galbraith
2002-11-18 18:23       ` Any standard function to prompt for multiple comma-separated items? Peter S Galbraith
2003-06-05  0:47       ` Coding Convections - Enabling a feature by loading a file Peter S Galbraith
2002-10-24 17:20 Activating Mousewheel Florian Lindner
2002-10-24 19:06 ` Daniel Jensen
2002-10-24 20:01 ` Robert Marshall
2002-10-25 15:47 ` Kolya Poganini
2002-10-25 18:22   ` Stefan Monnier <foo@acm.com>

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.