[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gnats replaces Bugzilla on Arabeyes.org
- To: General Arabization Discussion <general at arabeyes dot org>
- Subject: Re: Gnats replaces Bugzilla on Arabeyes.org
- From: M Elzubeir <zubeir at gmail dot com>
- Date: Sat, 6 Nov 2004 14:36:28 +0400
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=QQl3Xt5SdLeIhXGOH+bwCxdB4D3Lo/9Rbp8Ddauq2p1Ci8ZtJpfD/yHCMdIaxHSX3ar5rNNOyG5OgsjiuZ8nZZYxlXNHKmpOTHxUu7iDXqHg8xz7SXcrfwhs5ma2GJxKrbXF9aCWoTuZh5EpAnPxKM+OKCHXTEYOWL8q443Fh6Q=
On Sat, 6 Nov 2004 14:23:46 +0400, M Elzubeir <zubeir at gmail dot com> wrote:
>
> > 8. There is a nice Emacs mode for it!
>
Okay, I thought I might add this in for those of us who use Emacs for
pretty much everything.
In your ~/.emacs file, add the following:
----->BEGIN<----
(custom-set-variables
'(gnats-database "default")
'(gnats-default-organization "Arabeyes Project")
'(gnats-default-submitter "bug-hunter")
'(gnats-password "YOURPASSWORD")
'(gnats-port 1529)
'(gnats-server "bugs.arabeyes.org")
'(gnats-user "YOURUSERNAME")
)
(autoload 'send-pr "gnats"
"Command to create and send a problem report." t)
(autoload 'edit-pr "gnats"
"Command to edit a problem report." t)
(autoload 'view-pr "gnats"
"Command to view a problem report." t)
(autoload 'query-pr "gnats"
"Command to query information about problem reports." t)
(autoload 'unlock-pr "gnats"
"Unlock a problem report." t)
---->END<----
You should know be able to perform all your PR manipulation without
ever leaving Emacs.
Enjoy ;)
--
-------------------------------------------------------
| Mohammed Elzubeir | Visit us at: |
| | http://www.arabeyes.org/ |
| Arabeyes Project | Homepage: |
| Unix the 'right' way | http://elzubeir.openius.com/|
-------------------------------------------------------