From unknown Sat Aug 09 01:40:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#16316: 24.3; documentation elisp manual Resent-From: j-l.abraham@orange.fr Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 01 Jan 2014 20:03:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 16316 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 16316@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.138860653223919 (code B ref -1); Wed, 01 Jan 2014 20:03:01 +0000 Received: (at submit) by debbugs.gnu.org; 1 Jan 2014 20:02:12 +0000 Received: from localhost ([127.0.0.1]:56487 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VyRzX-0006Dh-VV for submit@debbugs.gnu.org; Wed, 01 Jan 2014 15:02:12 -0500 Received: from eggs.gnu.org ([208.118.235.92]:45330) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VyRsb-00060C-Nj for submit@debbugs.gnu.org; Wed, 01 Jan 2014 14:55:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VyRsS-0003go-3r for submit@debbugs.gnu.org; Wed, 01 Jan 2014 14:55:01 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:47879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VyRsS-0003ge-0o for submit@debbugs.gnu.org; Wed, 01 Jan 2014 14:54:52 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VyRsK-0004n6-Hm for bug-gnu-emacs@gnu.org; Wed, 01 Jan 2014 14:54:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VyRsD-0003fK-6I for bug-gnu-emacs@gnu.org; Wed, 01 Jan 2014 14:54:44 -0500 Received: from smtp02.smtpout.orange.fr ([80.12.242.124]:59313 helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VyRsC-0003fG-SP for bug-gnu-emacs@gnu.org; Wed, 01 Jan 2014 14:54:37 -0500 Received: from WIN7-LAURENCEPC ([92.161.239.23]) by mwinf5d25 with ME id 8jua1n00E0WzA6L03juagr; Wed, 01 Jan 2014 20:54:34 +0100 From: j-l.abraham@orange.fr Date: Wed, 01 Jan 2014 20:54:32 +0100 Message-ID: <86k3ejo4uf.fsf@WIN7-LAURENCEPC.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Mailman-Approved-At: Wed, 01 Jan 2014 15:02:10 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) 3.5 Numeric Conversions ======================= There are four functions to convert floating point numbers to integers; they differ in how they round. All accept an argument NUMBER and an optional argument DIVISOR. Both arguments may be integers or floating point numbers. DIVISOR may also be `nil'. If DIVISOR is `nil' or omitted, these functions convert NUMBER to an integer, or return it unchanged if it already is an integer. If DIVISOR is non-`nil', they divide NUMBER by DIVISOR and convert the result to an integer. >>>integer.<<< If DIVISOR is zero (whether integer or floating-point), Emacs signals an `arith-error' error. In GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-17 on MARVIN Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --with-gcc (4.7) --cflags -ID:/devel/emacs/libs/libXpm-3.5.8/include -ID:/devel/emacs/libs/libXpm-3.5.8/src -ID:/devel/emacs/libs/libpng-dev_1.4.3-1/include -ID:/devel/emacs/libs/zlib-dev_1.2.5-2/include -ID:/devel/emacs/libs/giflib-4.1.4-1/include -ID:/devel/emacs/libs/jpeg-6b-4/include -ID:/devel/emacs/libs/tiff-3.8.2-1/include -ID:/devel/emacs/libs/gnutls-3.0.9/include -ID:/devel/emacs/libs/libiconv-1.13.1-1-dev/include -ID:/devel/emacs/libs/libxml2-2.7.8/include/libxml2' Important settings: value of $LANG: FRA locale-coding-system: cp1252 default enable-multibyte-characters: t Major mode: Info Minor modes in effect: show-paren-mode: t delete-selection-mode: t tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: t line-number-mode: t transient-mark-mode: t Recent input: C-x r m c u r r e n t - e m l i s t p C-x r m c u r C-g C-g C-g C-c C-g C-g C-g C-x r b C-x r b c u r m n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n p SPC SPC SPC SPC SPC SPC SPC SPC C-x r b c u r l SPC SPC SPC SPC SPC SPC C-h v , SPC C-x v , C-g m o s t SPC p o s M-x m o s t SPC n SPC C-g C-h v m o s t SPC n e SPC SPC q C-h v m a x SPC c h SPC a r C-g M-d M-x m a x SPC SPC SPC C-g C-g C-g C-g SPC C-x r m c u r r e z n n t - e r l i l i s p s SPC SPC SPC SPC SPC SPC SPC SPC SPC q C-x 0 M-w SPC SPC SPC SPC SPC SPC SPC M-x r e p o r t SPC SPC SPC SPC Recent messages: Wrote c:/Users/Jean-Louis/AppData/Roaming/elisp.txt delete-backward-char: Text is read-only Quit [6 times] user-error: No previous `i' command Quit [14 times] Type C-x 1 to delete the help window. Quit Quit [4 times]q Quit Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils help-fns debug help-mode bookmark pp cus-theme cus-edit wid-edit csv-mode-autoloads w3-autoloads package info easymenu server tortoise-svn saveplace tsdh-dark-theme paren delsel cus-start cus-load time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel dos-w32 ls-lisp w32-common-fns disp-table w32-win w32-vars tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process w32 multi-tty emacs) From unknown Sat Aug 09 01:40:13 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: j-l.abraham@orange.fr Subject: bug#16316: closed (Re: bug#16316: 24.3; documentation elisp manual) Message-ID: References: <86k3ejo4uf.fsf@WIN7-LAURENCEPC.i-did-not-set--mail-host-address--so-tickle-me> X-Gnu-PR-Message: they-closed 16316 X-Gnu-PR-Package: emacs Reply-To: 16316@debbugs.gnu.org Date: Thu, 02 Jan 2014 19:42:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1388691722-21425-1" This is a multi-part message in MIME format... ------------=_1388691722-21425-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #16316: 24.3; documentation elisp manual which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 16316@debbugs.gnu.org. --=20 16316: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D16316 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1388691722-21425-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 16316-done) by debbugs.gnu.org; 2 Jan 2014 19:41:52 +0000 Received: from localhost ([127.0.0.1]:58436 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vyo9P-0005Z8-TT for submit@debbugs.gnu.org; Thu, 02 Jan 2014 14:41:52 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:56609) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vyo9O-0005Yy-5l for 16316-done@debbugs.gnu.org; Thu, 02 Jan 2014 14:41:50 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Vyo9N-0001dt-BD; Thu, 02 Jan 2014 14:41:49 -0500 From: Glenn Morris To: 16316-done@debbugs.gnu.org Subject: Re: bug#16316: 24.3; documentation elisp manual References: <86k3ejo4uf.fsf@WIN7-LAURENCEPC.i-did-not-set--mail-host-address--so-tickle-me> X-Spook: Watergate 2600 Magazine kibo CipherTAC-2000 Panama Glock X-Ran: V-|+g.21u)_8fw*U|$rY?82n|[:DFy_02WB`x1C3w}b5`X^|zuf}Qj05k;WX^Wx/+3\QA# X-Hue: yellow X-Debbugs-No-Ack: yes X-Attribution: GM Date: Thu, 02 Jan 2014 14:41:49 -0500 In-Reply-To: <86k3ejo4uf.fsf@WIN7-LAURENCEPC.i-did-not-set--mail-host-address--so-tickle-me> (j-l abraham's message of "Wed, 01 Jan 2014 20:54:32 +0100") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -5.5 (-----) X-Debbugs-Envelope-To: 16316-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.5 (-----) Version: 24.4 Thanks. (PS A more descriptive subject never hurts.) ------------=_1388691722-21425-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 1 Jan 2014 20:02:12 +0000 Received: from localhost ([127.0.0.1]:56487 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VyRzX-0006Dh-VV for submit@debbugs.gnu.org; Wed, 01 Jan 2014 15:02:12 -0500 Received: from eggs.gnu.org ([208.118.235.92]:45330) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VyRsb-00060C-Nj for submit@debbugs.gnu.org; Wed, 01 Jan 2014 14:55:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VyRsS-0003go-3r for submit@debbugs.gnu.org; Wed, 01 Jan 2014 14:55:01 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:47879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VyRsS-0003ge-0o for submit@debbugs.gnu.org; Wed, 01 Jan 2014 14:54:52 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VyRsK-0004n6-Hm for bug-gnu-emacs@gnu.org; Wed, 01 Jan 2014 14:54:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VyRsD-0003fK-6I for bug-gnu-emacs@gnu.org; Wed, 01 Jan 2014 14:54:44 -0500 Received: from smtp02.smtpout.orange.fr ([80.12.242.124]:59313 helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VyRsC-0003fG-SP for bug-gnu-emacs@gnu.org; Wed, 01 Jan 2014 14:54:37 -0500 Received: from WIN7-LAURENCEPC ([92.161.239.23]) by mwinf5d25 with ME id 8jua1n00E0WzA6L03juagr; Wed, 01 Jan 2014 20:54:34 +0100 From: j-l.abraham@orange.fr To: bug-gnu-emacs@gnu.org Subject: 24.3; documentation elisp manual Date: Wed, 01 Jan 2014 20:54:32 +0100 Message-ID: <86k3ejo4uf.fsf@WIN7-LAURENCEPC.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 01 Jan 2014 15:02:10 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) 3.5 Numeric Conversions ======================= There are four functions to convert floating point numbers to integers; they differ in how they round. All accept an argument NUMBER and an optional argument DIVISOR. Both arguments may be integers or floating point numbers. DIVISOR may also be `nil'. If DIVISOR is `nil' or omitted, these functions convert NUMBER to an integer, or return it unchanged if it already is an integer. If DIVISOR is non-`nil', they divide NUMBER by DIVISOR and convert the result to an integer. >>>integer.<<< If DIVISOR is zero (whether integer or floating-point), Emacs signals an `arith-error' error. In GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-17 on MARVIN Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --with-gcc (4.7) --cflags -ID:/devel/emacs/libs/libXpm-3.5.8/include -ID:/devel/emacs/libs/libXpm-3.5.8/src -ID:/devel/emacs/libs/libpng-dev_1.4.3-1/include -ID:/devel/emacs/libs/zlib-dev_1.2.5-2/include -ID:/devel/emacs/libs/giflib-4.1.4-1/include -ID:/devel/emacs/libs/jpeg-6b-4/include -ID:/devel/emacs/libs/tiff-3.8.2-1/include -ID:/devel/emacs/libs/gnutls-3.0.9/include -ID:/devel/emacs/libs/libiconv-1.13.1-1-dev/include -ID:/devel/emacs/libs/libxml2-2.7.8/include/libxml2' Important settings: value of $LANG: FRA locale-coding-system: cp1252 default enable-multibyte-characters: t Major mode: Info Minor modes in effect: show-paren-mode: t delete-selection-mode: t tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: t line-number-mode: t transient-mark-mode: t Recent input: C-x r m c u r r e n t - e m l i s t p C-x r m c u r C-g C-g C-g C-c C-g C-g C-g C-x r b C-x r b c u r m n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n n p SPC SPC SPC SPC SPC SPC SPC SPC C-x r b c u r l SPC SPC SPC SPC SPC SPC C-h v , SPC C-x v , C-g m o s t SPC p o s M-x m o s t SPC n SPC C-g C-h v m o s t SPC n e SPC SPC q C-h v m a x SPC c h SPC a r C-g M-d M-x m a x SPC SPC SPC C-g C-g C-g C-g SPC C-x r m c u r r e z n n t - e r l i l i s p s SPC SPC SPC SPC SPC SPC SPC SPC SPC q C-x 0 M-w SPC SPC SPC SPC SPC SPC SPC M-x r e p o r t SPC SPC SPC SPC Recent messages: Wrote c:/Users/Jean-Louis/AppData/Roaming/elisp.txt delete-backward-char: Text is read-only Quit [6 times] user-error: No previous `i' command Quit [14 times] Type C-x 1 to delete the help window. Quit Quit [4 times]q Quit Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils help-fns debug help-mode bookmark pp cus-theme cus-edit wid-edit csv-mode-autoloads w3-autoloads package info easymenu server tortoise-svn saveplace tsdh-dark-theme paren delsel cus-start cus-load time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel dos-w32 ls-lisp w32-common-fns disp-table w32-win w32-vars tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process w32 multi-tty emacs) ------------=_1388691722-21425-1--