From: Sergey Bolshakov <s.bolshakov@sam-solutions.net>
To: community@altlinux.ru
Subject: Re: [Comm] XEMacs - mouse's wheel using - How?
Date: Fri, 04 Jul 2003 11:45:37 +0300
Message-ID: <m3ptkqof2m.fsf@pc313.belcaf.minsk.by> (raw)
In-Reply-To: <3F03E50C.9090702@mtu-net.ru> (Oleg N. Kayunov's message of "Thu, 03 Jul 2003 12:10:52 +0400")
>>>>> "Oleg" == Oleg N Kayunov <okayunov@mtu-net.ru> writes:
> Удалось "развести" emacs и xemacs-mule (см. недавний тред).
> Работают. Совместно.
> СПАСИБО откликнувшимся!
> Особливо - Сергею Большакову.
> Но теперь захотелось удобств.
> Мышь у мене с колесом.
> Но xemacs при вращении колеса только моргает экраном и ничего более.
> Так можно как-то задействовать 4-ю и 5-ю кнопку мыши в xemacs?
> Желательно - чтоб воспринимались как PgUp и PgDown.
> Чтение info пока не привело к сатори.
> Наверно потому, что практически не знаю Lisp-а.
туда же, в ~/.xemacs/init.el:
(Xlaunch
(global-set-key 'button4 '(lambda () (interactive) (scroll-down 5)))
(global-set-key 'button5 '(lambda () (interactive) (scroll-up 5)))
)
Это не PgUp/Down, это лучше :)
--
>From webmaster@unicon-ms.ru Fri Jul 4 12:47:12 2003
Return-Path: <webmaster@unicon-ms.ru>
Delivered-To: community@lrn.ru
Received: from master.altlinux.ru (master.altlinux.ru [62.118.250.235])
by lrn.ru (Postfix) with ESMTP id 560EC49B9E
for <community@lrn.ru>; Fri, 4 Jul 2003 12:47:12 +0400 (MSD)
Received: from enter.unicon-ms.ru (enter.unicon-ms.ru [212.44.152.6])
by master.altlinux.ru (Postfix) with ESMTP id 3E877E31D0
for <community@altlinux.ru>; Fri, 4 Jul 2003 12:47:12 +0400 (MSD)
Received: by enter.unicon-ms.ru (Postfix, from userid 10765)
id F33488378A; Fri, 4 Jul 2003 12:47:16 +0400 (MSD)
Received: from antarctida.unicon-ms.ru (antarctida.unicon-ms.ru
[172.27.200.74])
by enter.unicon-ms.ru (Postfix) with ESMTP id AABC28378A
for <community@altlinux.ru>; Fri, 4 Jul 2003 12:47:13 +0400 (MSD)
Received: from localhost.localdomain (localhost.localdomain [127.0.0.1])
by antarctida.unicon-ms.ru (Postfix) with ESMTP id C561C53AEA
for <community@altlinux.ru>; Fri, 4 Jul 2003 12:46:36 +0400 (MSD)
From: "Leonid B. Sysoletin" <webmaster@unicon-ms.ru>
Organization: BDO UniconRuf
To: community@altlinux.ru
Subject: Re: [Comm] =?koi8-r?b?8M/J08sgxsHKzMEgINcgUlBNINDSySDQz83P3ck=?= APT
Date: Fri, 4 Jul 2003 12:46:36 +0400
User-Agent: KMail/1.5.1
References: <001c01c34207$496fe4e0$0200a8c0@admin>
<3F053DEF.5010409@vzljot.ru>
In-Reply-To: <3F053DEF.5010409@vzljot.ru>
MIME-Version: 1.0
Content-Type: text/plain;
charset="koi8-r"
Content-Transfer-Encoding: 8bit
Content-Disposition: inline
Message-Id: <200307041246.36169.webmaster@unicon-ms.ru>
X-Spam-Status: No, hits=-29.5 required=5.0
tests=AWL,BAYES_01,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,
REPLY_WITH_QUOTES,SIGNATURE_LONG_SPARSE,USER_AGENT_KMAIL
autolearn=ham version=2.53
X-Spam-Level:
X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp)
X-BeenThere: community@altlinux.ru
X-Mailman-Version: 2.1.1
Precedence: list
Reply-To: community@altlinux.ru
List-Id: <community.altlinux.ru>
List-Unsubscribe: <http://www.altlinux.ru/mailman/listinfo/community>,
<mailto:community-request@altlinux.ru?subject=unsubscribe>
List-Archive: </pipermail/community>
List-Post: <mailto:community@altlinux.ru>
List-Help: <mailto:community-request@altlinux.ru?subject=help>
List-Subscribe: <http://www.altlinux.ru/mailman/listinfo/community>,
<mailto:community-request@altlinux.ru?subject=subscribe>
X-List-Received-Date: Fri, 04 Jul 2003 08:47:12 -0000
В сообщении от 4 Июль 2003 12:42 Dmitriy Shcherbakov написал(a):
> Может кто знает, возможен ли поиск RPM по имени входящего в него файла с
> помощью пакета apt. Раньше в Spring 2000 был норманльный менеджер пакетов
> rpmdrake, в котором это работало без вопросов, набираеш имя файла, получаеш
> пакет в котором он находится.
> Попробую ответить коротким примером, без использования apt и без
> "мудрения" grep'ом:
> $ rpm -qf /etc/samba/smb.conf
> samba3-common-3.0-alt9
Работает только для _установленных_ пакетов.
--
Л. Сысолетин,
webmaster@unicon-ms.ru, webmaster@bdo.ru
[Team Ёжики-рулез!] [Team Котёнки на солярке] [Team Берегите букву "ё"!]
[Team Я люблю свою фортунку] [Team Фортунка в переписку не вступает]
Trouble strikes in series of threes, but when working around the house the
next job after a series of three is not the fourth job -- it's the start of
a brand new series of three.
next prev parent reply other threads:[~2003-07-04 8:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-03 8:10 Oleg N. Kayunov
2003-07-04 8:45 ` Sergey Bolshakov [this message]
2003-07-04 9:12 ` [Comm] " Oleg N. Kayunov
2003-07-04 14:53 ` Oleg N. Kayunov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3ptkqof2m.fsf@pc313.belcaf.minsk.by \
--to=s.bolshakov@sam-solutions.net \
--cc=community@altlinux.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git