From unknown Sat Aug 16 22:48:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#50974: 28.0.60; apropos-compact-layout is broken Resent-From: Andriy Kmit' Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 02 Oct 2021 17:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 50974 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 50974@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16331941369405 (code B ref -1); Sat, 02 Oct 2021 17:03:02 +0000 Received: (at submit) by debbugs.gnu.org; 2 Oct 2021 17:02:16 +0000 Received: from localhost ([127.0.0.1]:60491 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mWiOu-0002RI-2I for submit@debbugs.gnu.org; Sat, 02 Oct 2021 13:02:16 -0400 Received: from lists.gnu.org ([209.51.188.17]:38112) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mWiMR-0000Vc-9c for submit@debbugs.gnu.org; Sat, 02 Oct 2021 12:59:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40346) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mWiMQ-0006P5-TN for bug-gnu-emacs@gnu.org; Sat, 02 Oct 2021 12:59:42 -0400 Received: from madand.net ([78.47.168.199]:55009 helo=mail.madand.net) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mWiMO-00075h-W7 for bug-gnu-emacs@gnu.org; Sat, 02 Oct 2021 12:59:42 -0400 Received: from [192.168.0.87] (unknown [45.12.27.49]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: dev@madand.net) by mail.madand.net (Postfix) with ESMTPSA id 553ED1496 for ; Sat, 2 Oct 2021 19:59:34 +0300 (EEST) Message-ID: Date: Sat, 2 Oct 2021 19:59:35 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.1 Content-Language: uk-UA From: Andriy Kmit' Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=78.47.168.199; envelope-from=dev@madand.net; helo=mail.madand.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Mailman-Approved-At: Sat, 02 Oct 2021 13:02:15 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -3.3 (---) When the variable apropos-compact-layout is set to t, M-x apropos fails with the following error: "fill-region-as-paragraph: Invalid search bound (wrong side of point)" Due to the error, the *Apropos* buffer would not pop up, but one may still switch to it manually with e.g. C-x b and observe the correct output. How to reproduce: emacs -Q --eval='(setq apropos-compact-layout t)' --eval='(apropos "doc")' In GNU Emacs 28.0.60 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.30, cairo version 1.17.4)  of 2021-10-02 built on madand-laptop Repository revision: 5c77cc958451b3bc9ddb6752be1d32f50cba3e41 Repository branch: emacs-28 Windowing system distributor 'The X.Org Foundation', version 11.0.12013000 System Description: Artix Linux Configured using:  'configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib  --localstatedir=/var --mandir=/usr/share/man --with-gameuser=:games  --with-sound=alsa --with-modules --with-native-compilation  --without-gconf --without-gsettings --with-x-toolkit=gtk3  --without-xaw3d --without-m17n-flt --with-cairo --with-xwidgets  --without-compress-install 'CFLAGS=-march=native -O2 -pipe -fno-plt  -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security  -fstack-clash-protection -fcf-protection -fuse-ld=gold'  LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBSYSTEMD LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS X11 XDBE XIM XPM XWIDGETS GTK3 ZLIB Important settings:   value of $LC_COLLATE: uk_UA.UTF-8   value of $LC_MONETARY: uk_UA.UTF-8   value of $LC_NUMERIC: uk_UA.UTF-8   value of $LC_TIME: uk_UA.UTF-8   value of $LANG: en_US.UTF-8   locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect:   show-paren-mode: t   tooltip-mode: t   global-eldoc-mode: t   eldoc-mode: t   electric-indent-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   line-number-mode: t   indent-tabs-mode: t   transient-mark-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs rfc822 mml mml-sec epa derived epg rfc6068 epg-config gnus-util rmail rmail-loaddefs auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache json map text-property-search time-date subr-x seq byte-opt gv bytecomp byte-compile cconv 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-mode cl-loaddefs cl-lib apropos paren iso-transl tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads xwidget-internal dbusbind inotify lcms2 dynamic-setting font-render-setting cairo move-toolbar gtk x-toolkit x multi-tty make-network-process native-compile emacs) Memory information: ((conses 16 71435 7185)  (symbols 48 6850 0)  (strings 32 21052 1733)  (string-bytes 1 990110)  (vectors 16 14116)  (vector-slots 8 301136 11983)  (floats 8 26 45)  (intervals 56 623 1)  (buffers 992 12)) -- Regards, Andriy Kmit' From unknown Sat Aug 16 22:48:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#50974: 28.0.60; apropos-compact-layout is broken Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 02 Oct 2021 17:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50974 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Andriy Kmit' Cc: 50974@debbugs.gnu.org Received: via spool by 50974-submit@debbugs.gnu.org id=B50974.163319728515900 (code B ref 50974); Sat, 02 Oct 2021 17:55:01 +0000 Received: (at 50974) by debbugs.gnu.org; 2 Oct 2021 17:54:45 +0000 Received: from localhost ([127.0.0.1]:60512 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mWjDh-00048O-4T for submit@debbugs.gnu.org; Sat, 02 Oct 2021 13:54:45 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40374) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mWjDf-000489-BW for 50974@debbugs.gnu.org; Sat, 02 Oct 2021 13:54:44 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:57918) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mWjDX-0002dG-LH; Sat, 02 Oct 2021 13:54:36 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2631 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mWjDX-00036j-99; Sat, 02 Oct 2021 13:54:35 -0400 Date: Sat, 02 Oct 2021 20:54:19 +0300 Message-Id: <83wnmv9ut0.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: (message from Andriy Kmit' on Sat, 2 Oct 2021 19:59:35 +0300) References: X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -3.3 (---) > Date: Sat, 2 Oct 2021 19:59:35 +0300 > From: Andriy Kmit' > > When the variable apropos-compact-layout is set to t, M-x apropos fails > with the > following error: > "fill-region-as-paragraph: Invalid search bound (wrong side of point)" > > Due to the error, the *Apropos* buffer would not pop up, but one may still > switch to it manually with e.g. C-x b and observe the correct output. > > How to reproduce: > emacs -Q --eval='(setq apropos-compact-layout t)' --eval='(apropos "doc")' Thanks, I think I fixed this. From unknown Sat Aug 16 22:48:13 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Andriy Kmit' Subject: bug#50974: closed (Re: bug#50974: 28.0.60; apropos-compact-layout is broken) Message-ID: References: <83pmsn9raf.fsf@gnu.org> X-Gnu-PR-Message: they-closed 50974 X-Gnu-PR-Package: emacs Reply-To: 50974@debbugs.gnu.org Date: Sat, 02 Oct 2021 19:11:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1633201861-31971-1" This is a multi-part message in MIME format... ------------=_1633201861-31971-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #50974: 28.0.60; apropos-compact-layout is broken 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 50974@debbugs.gnu.org. --=20 50974: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D50974 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1633201861-31971-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 50974-done) by debbugs.gnu.org; 2 Oct 2021 19:10:45 +0000 Received: from localhost ([127.0.0.1]:60588 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mWkPF-0008J9-Le for submit@debbugs.gnu.org; Sat, 02 Oct 2021 15:10:45 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49512) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mWkPE-0008Iv-6n for 50974-done@debbugs.gnu.org; Sat, 02 Oct 2021 15:10:44 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:58950) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mWkP7-0004GV-QH; Sat, 02 Oct 2021 15:10:37 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3275 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mWkP3-0007WK-BL; Sat, 02 Oct 2021 15:10:37 -0400 Date: Sat, 02 Oct 2021 22:10:16 +0300 Message-Id: <83pmsn9raf.fsf@gnu.org> From: Eli Zaretskii To: Andriy Kmit' In-Reply-To: <6f696e5f-e744-3940-6566-32993e99f9c4@madand.net> (message from Andriy Kmit' on Sat, 2 Oct 2021 21:48:10 +0300) Subject: Re: bug#50974: 28.0.60; apropos-compact-layout is broken References: <83wnmv9ut0.fsf@gnu.org> <6f696e5f-e744-3940-6566-32993e99f9c4@madand.net> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50974-done Cc: 50974-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -3.3 (---) > Date: Sat, 2 Oct 2021 21:48:10 +0300 > From: Andriy Kmit' > > >> How to reproduce: > >> emacs -Q --eval='(setq apropos-compact-layout t)' --eval='(apropos "doc")' > > Thanks, I think I fixed this. > > That was a lightning fast bug fix. > > I can confirm it solved the problem on my end. Thank you! Thanks for testing, I'm therefore closing the bug. ------------=_1633201861-31971-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 2 Oct 2021 17:02:16 +0000 Received: from localhost ([127.0.0.1]:60491 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mWiOu-0002RI-2I for submit@debbugs.gnu.org; Sat, 02 Oct 2021 13:02:16 -0400 Received: from lists.gnu.org ([209.51.188.17]:38112) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mWiMR-0000Vc-9c for submit@debbugs.gnu.org; Sat, 02 Oct 2021 12:59:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40346) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mWiMQ-0006P5-TN for bug-gnu-emacs@gnu.org; Sat, 02 Oct 2021 12:59:42 -0400 Received: from madand.net ([78.47.168.199]:55009 helo=mail.madand.net) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mWiMO-00075h-W7 for bug-gnu-emacs@gnu.org; Sat, 02 Oct 2021 12:59:42 -0400 Received: from [192.168.0.87] (unknown [45.12.27.49]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: dev@madand.net) by mail.madand.net (Postfix) with ESMTPSA id 553ED1496 for ; Sat, 2 Oct 2021 19:59:34 +0300 (EEST) Message-ID: Date: Sat, 2 Oct 2021 19:59:35 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.1 Content-Language: uk-UA To: bug-gnu-emacs@gnu.org From: Andriy Kmit' Subject: 28.0.60; apropos-compact-layout is broken Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=78.47.168.199; envelope-from=dev@madand.net; helo=mail.madand.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 02 Oct 2021 13:02:15 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -3.3 (---) When the variable apropos-compact-layout is set to t, M-x apropos fails with the following error: "fill-region-as-paragraph: Invalid search bound (wrong side of point)" Due to the error, the *Apropos* buffer would not pop up, but one may still switch to it manually with e.g. C-x b and observe the correct output. How to reproduce: emacs -Q --eval='(setq apropos-compact-layout t)' --eval='(apropos "doc")' In GNU Emacs 28.0.60 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.30, cairo version 1.17.4)  of 2021-10-02 built on madand-laptop Repository revision: 5c77cc958451b3bc9ddb6752be1d32f50cba3e41 Repository branch: emacs-28 Windowing system distributor 'The X.Org Foundation', version 11.0.12013000 System Description: Artix Linux Configured using:  'configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib  --localstatedir=/var --mandir=/usr/share/man --with-gameuser=:games  --with-sound=alsa --with-modules --with-native-compilation  --without-gconf --without-gsettings --with-x-toolkit=gtk3  --without-xaw3d --without-m17n-flt --with-cairo --with-xwidgets  --without-compress-install 'CFLAGS=-march=native -O2 -pipe -fno-plt  -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security  -fstack-clash-protection -fcf-protection -fuse-ld=gold'  LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBSYSTEMD LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS X11 XDBE XIM XPM XWIDGETS GTK3 ZLIB Important settings:   value of $LC_COLLATE: uk_UA.UTF-8   value of $LC_MONETARY: uk_UA.UTF-8   value of $LC_NUMERIC: uk_UA.UTF-8   value of $LC_TIME: uk_UA.UTF-8   value of $LANG: en_US.UTF-8   locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect:   show-paren-mode: t   tooltip-mode: t   global-eldoc-mode: t   eldoc-mode: t   electric-indent-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   line-number-mode: t   indent-tabs-mode: t   transient-mark-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs rfc822 mml mml-sec epa derived epg rfc6068 epg-config gnus-util rmail rmail-loaddefs auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache json map text-property-search time-date subr-x seq byte-opt gv bytecomp byte-compile cconv 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-mode cl-loaddefs cl-lib apropos paren iso-transl tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads xwidget-internal dbusbind inotify lcms2 dynamic-setting font-render-setting cairo move-toolbar gtk x-toolkit x multi-tty make-network-process native-compile emacs) Memory information: ((conses 16 71435 7185)  (symbols 48 6850 0)  (strings 32 21052 1733)  (string-bytes 1 990110)  (vectors 16 14116)  (vector-slots 8 301136 11983)  (floats 8 26 45)  (intervals 56 623 1)  (buffers 992 12)) -- Regards, Andriy Kmit' ------------=_1633201861-31971-1--