all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dan Espen <despen@verizon.net>
To: help-gnu-emacs@gnu.org
Subject: Re: XEmacs feature missing in GNU Emacs?
Date: Mon, 29 Apr 2013 16:55:09 -0400	[thread overview]
Message-ID: <icsj29f45u.fsf@home.home> (raw)
In-Reply-To: mailman.24838.1367252519.855.help-gnu-emacs@gnu.org

Bastien <bzg@altern.org> writes:

> glyn.millington@gmail.com writes:
>
>> I suspect that one  reason for sticking with Xemacs now is lots of little
>> customizations  and tweaks which don't easily transfer to Gnu Emacs - the
>> same reason why I wouldn't willingly swap my init.el for yours, because
>> it would change the way I work.
>
> I changed the subject -- maybe this thread is an opportunity to get a
> list of XEmacs features that would be nice to have in GNU Emacs.  I'm
> not thinking of architectural differences, rather of small convenient
> commands or options.

List of things I miss from XEmacs:

1. 3d effect for mode line

2. Easy customization for sounds:

 (setq sound-alist nil)
 (let ((default-directory (concat data-directory "sounds")))
   (load-sound-file "slap.au"      'slap 50) ;new
   (load-sound-file "drum-beep.au" 'drum)
   (load-sound-file "quiet-beep.au"        'quiet)
   (load-sound-file "bass-snap.au" 'bass 75) ;was 80
   (load-sound-file "whip.au"      'whip 50) ;was 70
   (load-sound-file "hammer.au"    'hammer 50) ;new
   (load-sound-file "yeep.au"      'yeep 50) ;was 100
   (load-sound-file "drip.au"      'drip 50) ;new
   (load-sound-file "ding.au"      'paren 50)) ;new
 (setq sound-alist
       (append 
        '((default :sound hammer) ;was bass
          (undefined-key :sound    drum)
          (undefined-click :sound drum)
          (command-error :sound bass)
          (no-completion :sound    drip) ;was whip
          (y-or-n-p        :sound  slap) ;was quiet
          (yes-or-no-p :sound      yeep) ;was quiet
          (isearch-failed :sound drum :volume 70) ;was quiet
          (isearch-quit :sound     yeep) ;was quiet
          (auto-save-error :sound whip :volume 75)) ;was vol 100
        sound-alist)))

For me not even close to a reason to stay with XEmacs.

-- 
Dan Espen


  parent reply	other threads:[~2013-04-29 20:55 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-28 19:25 XEmacs Steven Degutis
2013-04-28 19:28 ` XEmacs James Freer
2013-04-28 21:15   ` XEmacs Glyn Millington
2013-04-28 22:28     ` XEmacs James Freer
2013-04-29  6:17       ` XEmacs glyn.millington
2013-04-29 16:21         ` XEmacs feature missing in GNU Emacs? (was: XEmacs) Bastien
2013-04-29 17:01           ` XEmacs feature missing in GNU Emacs? Christopher Schmidt
2013-04-29 17:22             ` Steven Degutis
2013-05-01 10:04               ` Christopher Schmidt
2013-04-29 17:04           ` XEmacs feature missing in GNU Emacs? (was: XEmacs) Ian van der Neut
2013-04-29 17:11             ` Ian van der Neut
2013-04-29 17:18               ` Ian van der Neut
2013-04-29 17:38                 ` XEmacs feature missing in GNU Emacs? Bastien
2013-04-29 18:47                   ` Ian van der Neut
2013-04-30  8:51                     ` Bastien
     [not found]           ` <mailman.24842.1367254876.855.help-gnu-emacs@gnu.org>
2013-04-30  9:19             ` Alan Mackenzie
     [not found]         ` <mailman.24838.1367252519.855.help-gnu-emacs@gnu.org>
2013-04-29 20:55           ` Dan Espen [this message]
2013-04-30  8:55             ` Bastien
2013-04-30 18:48               ` Glenn Morris
     [not found]               ` <mailman.24911.1367347700.855.help-gnu-emacs@gnu.org>
2013-04-30 19:35                 ` Dan Espen
2013-05-01 13:32                 ` rusi
2013-04-30 13:48             ` Tassilo Horn
     [not found]             ` <mailman.24891.1367329755.855.help-gnu-emacs@gnu.org>
2013-04-30 16:18               ` Dan Espen
2013-04-30 18:23                 ` Drew Adams
     [not found]                 ` <mailman.24910.1367346251.855.help-gnu-emacs@gnu.org>
2013-04-30 18:35                   ` Dan Espen
2013-04-30 19:57                     ` Drew Adams
2013-05-04 23:38                     ` Stefan Monnier
2013-05-05  1:58                       ` J. David Boyd
2013-05-05  2:49                         ` Drew Adams
     [not found]                     ` <mailman.25131.1367710708.855.help-gnu-emacs@gnu.org>
2013-05-05  0:34                       ` Dan Espen
2013-04-30 20:02         ` XEmacs "Jérôme M. Berger"
2013-05-14  7:20         ` XEmacs Luca Ferrari
     [not found]     ` <mailman.24804.1367188121.855.help-gnu-emacs@gnu.org>
     [not found]       ` <kmiima$te5$1@speranza.aioe.org>
2013-05-11 19:08         ` XEmacs unfrostedpoptart
     [not found]           ` <kmohnv$9nn$1@speranza.aioe.org>
2013-05-12 21:29             ` XEmacs Emanuel Berg
2013-05-13 20:13               ` XEmacs Hils
2013-05-13 21:04                 ` XEmacs Emanuel Berg
2013-05-13 22:06                 ` XEmacs Glyn Millington
2013-05-17  1:38               ` XEmacs Emanuel Berg
2013-05-15 15:26             ` XEmacs Cecil Westerhof
  -- strict thread matches above, loose matches on Subject: below --
2013-04-30 14:01 XEmacs feature missing in GNU Emacs? (was: XEmacs) Buchs, Kevin
2013-04-30 16:03 ` XEmacs feature missing in GNU Emacs? Glenn Morris

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=icsj29f45u.fsf@home.home \
    --to=despen@verizon.net \
    --cc=help-gnu-emacs@gnu.org \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.