From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#358: dabbrev-abbrev-char-regexp Date: Mon, 13 Oct 2008 21:07:44 -0400 Message-ID: <29vdvw2dcv.fsf@fencepost.gnu.org> References: <1212586214.22521.1256711185@webmail.messagingengine.com> Reply-To: Glenn Morris , 358@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1223947816 13004 80.91.229.12 (14 Oct 2008 01:30:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 14 Oct 2008 01:30:16 +0000 (UTC) To: 358@emacsbugs.donarmstrong.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 14 03:31:15 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KpYkk-00075v-4z for geb-bug-gnu-emacs@m.gmane.org; Tue, 14 Oct 2008 03:31:14 +0200 Original-Received: from localhost ([127.0.0.1]:54624 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpYjf-0002U9-CG for geb-bug-gnu-emacs@m.gmane.org; Mon, 13 Oct 2008 21:30:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KpYjb-0002Ti-Hd for bug-gnu-emacs@gnu.org; Mon, 13 Oct 2008 21:30:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KpYjZ-0002T4-M7 for bug-gnu-emacs@gnu.org; Mon, 13 Oct 2008 21:30:03 -0400 Original-Received: from [199.232.76.173] (port=35376 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpYjZ-0002Sz-EO for bug-gnu-emacs@gnu.org; Mon, 13 Oct 2008 21:30:01 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:56333) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KpYjZ-00059p-1o for bug-gnu-emacs@gnu.org; Mon, 13 Oct 2008 21:30:01 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9E1Txj6015219; Mon, 13 Oct 2008 18:29:59 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m9E1K3fs012933; Mon, 13 Oct 2008 18:20:03 -0700 X-Loop: don@donarmstrong.com Resent-From: Glenn Morris Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Tue, 14 Oct 2008 01:20:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 358 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 358-submit@emacsbugs.donarmstrong.com id=B358.122394661711581 (code B ref 358); Tue, 14 Oct 2008 01:20:03 +0000 Original-Received: (at 358) by emacsbugs.donarmstrong.com; 14 Oct 2008 01:10:17 +0000 Original-Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9E1AEVB011308 for <358@emacsbugs.donarmstrong.com>; Mon, 13 Oct 2008 18:10:16 -0700 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KpYO0-0000Hk-5p; Mon, 13 Oct 2008 21:07:44 -0400 X-Spook: CipherTAC-2000 asset data haven MILSATCOM 9705 Samford X-Ran: X8?}@_sg/xgk!idKycO;QI)%@OM{l (Otto Maddox's message of "Wed, 04 Jun 2008 14:30:14 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Resent-Date: Mon, 13 Oct 2008 21:30:03 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:21450 Archived-At: "Otto Maddox" wrote: > The default value for dabbrev-abbrev-char-regexp is nil, but its > docstring has this: > > The recommended value is "\\sw\\|\\s_". > > If this value is indeed recommended, then it would make sense for it > to be the default value also. As far as I can tell, these two settings are exactly equivalent to one another, and have been for some time (always?). If no-one disagrees, I will adjust the documentation to reflect this.