head 1.6; access; symbols pkgsrc-2019Q3:1.5.0.50 pkgsrc-2019Q3-base:1.5 pkgsrc-2019Q2:1.5.0.48 pkgsrc-2019Q2-base:1.5 pkgsrc-2019Q1:1.5.0.46 pkgsrc-2019Q1-base:1.5 pkgsrc-2018Q4:1.5.0.44 pkgsrc-2018Q4-base:1.5 pkgsrc-2018Q3:1.5.0.42 pkgsrc-2018Q3-base:1.5 pkgsrc-2018Q2:1.5.0.40 pkgsrc-2018Q2-base:1.5 pkgsrc-2018Q1:1.5.0.38 pkgsrc-2018Q1-base:1.5 pkgsrc-2017Q4:1.5.0.36 pkgsrc-2017Q4-base:1.5 pkgsrc-2017Q3:1.5.0.34 pkgsrc-2017Q3-base:1.5 pkgsrc-2017Q2:1.5.0.30 pkgsrc-2017Q2-base:1.5 pkgsrc-2017Q1:1.5.0.28 pkgsrc-2017Q1-base:1.5 pkgsrc-2016Q4:1.5.0.26 pkgsrc-2016Q4-base:1.5 pkgsrc-2016Q3:1.5.0.24 pkgsrc-2016Q3-base:1.5 pkgsrc-2016Q2:1.5.0.22 pkgsrc-2016Q2-base:1.5 pkgsrc-2016Q1:1.5.0.20 pkgsrc-2016Q1-base:1.5 pkgsrc-2015Q4:1.5.0.18 pkgsrc-2015Q4-base:1.5 pkgsrc-2015Q3:1.5.0.16 pkgsrc-2015Q3-base:1.5 pkgsrc-2015Q2:1.5.0.14 pkgsrc-2015Q2-base:1.5 pkgsrc-2015Q1:1.5.0.12 pkgsrc-2015Q1-base:1.5 pkgsrc-2014Q4:1.5.0.10 pkgsrc-2014Q4-base:1.5 pkgsrc-2014Q3:1.5.0.8 pkgsrc-2014Q3-base:1.5 pkgsrc-2014Q2:1.5.0.6 pkgsrc-2014Q2-base:1.5 pkgsrc-2014Q1:1.5.0.4 pkgsrc-2014Q1-base:1.5 pkgsrc-2013Q4:1.5.0.2 pkgsrc-2013Q4-base:1.5 pkgsrc-2013Q3:1.4.0.6 pkgsrc-2013Q3-base:1.4 pkgsrc-2013Q2:1.4.0.4 pkgsrc-2013Q2-base:1.4 pkgsrc-2013Q1:1.4.0.2 pkgsrc-2013Q1-base:1.4 pkgsrc-2012Q4:1.3.0.22 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.20 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.18 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.16 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.14 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.12 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.3.0.10 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.8 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.6 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.4 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.2 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.2.0.2 pkgsrc-2010Q1-base:1.2; locks; strict; comment @# @; 1.6 date 2019.12.18.12.38.49; author mef; state dead; branches; next 1.5; commitid p3cjcQ5RAnZeDbPB; 1.5 date 2013.11.12.20.38.37; author minskim; state Exp; branches; next 1.4; commitid d7Tmfx8MXzcAQ1dx; 1.4 date 2013.02.12.04.47.32; author minskim; state Exp; branches; next 1.3; 1.3 date 2010.06.07.22.44.01; author minskim; state Exp; branches; next 1.2; 1.2 date 2010.02.21.12.26.47; author wiz; state Exp; branches; next 1.1; 1.1 date 2010.01.20.03.21.21; author roy; state Exp; branches; next ; desc @@ 1.6 log @(editors/emacs-snapshot) Updated 25.0.x to 27.0.50 - currently almost the same as wip/emacs-git @ text @$NetBSD: patch-ag,v 1.5 2013/11/12 20:38:37 minskim Exp $ When running terminfo but compiled for termcap, we cannot assume that we actually have anything useable in termcap_term_buffer so just use the terminfo fixed size defined ealier. --- src/term.c.orig 2013-09-26 00:46:29.000000000 +0000 +++ src/term.c @@@@ -3042,7 +3042,9 @@@@ use the Bourne shell command `TERM=... e terminal_type); } +#ifndef TERMINFO area = tty->termcap_strings_buffer; +#endif tty->TS_ins_line = tgetstr ("al", address); tty->TS_ins_multi_lines = tgetstr ("AL", address); tty->TS_bell = tgetstr ("bl", address); @ 1.5 log @Update emacs-snapshot to 20131101. Notable changes: - Ensure unmarking in buffer menu clears 'S' marks. - Remove PDF refcards. - battery.el (battery-pmset): Handle OS X Mavericks. - Sync with upstream verilog-mode revision 1a6ecec7. - Support menus on text-mode terminals. - Add support for package signature checking. - Sync with Tramp 2.2.8. @ text @d1 1 a1 1 $NetBSD: patch-ag,v 1.4 2013/02/12 04:47:32 minskim Exp $ @ 1.4 log @Update emacs-snapshot to 24.3.50.20130207. Patches provided by Makoto Fujiwara in PR 47552 and modified by me. Notable changes since 24.3: ** `apropos-variable' is now `apropos-user-option' ** `eval-defun' on an already defined defcustom calls the :set function, if there is one. ** The option `set-mark-default-inactive' has been deleted. This unfinished feature was introduced by accident in Emacs 23.1; simply disabling Transient Mark mode does the same thing. ** `initial-buffer-choice' can now specify a function to set up the initial buffer. ** ACL support has been added. ** New option `scroll-bar-adjust-thumb-portion'. ** Improved fullscreen support for Nextstep (Mac OS X). ** New commands `toggle-frame-fullscreen' and `toggle-frame-maximized', bound to and M-, respectively. ** Delphi mode is now called OPascal mode. ** jit-lock-debug-mode lets you use the debuggers on code run via jit-lock. ** completing-read-multiple's separator can now be a regexp. The default separator is changed to allow surrounding spaces around the comma. See share/emacs/24.3.50/etc/NEWS for the complete list of changes. @ text @d1 1 a1 1 $NetBSD: patch-ag,v 1.3 2010/06/07 22:44:01 minskim Exp $ d7 3 a9 3 --- src/term.c.orig 2013-01-31 02:44:41.000000000 +0900 +++ src/term.c 2013-02-07 23:03:54.000000000 +0900 @@@@ -3072,11 +3072,6 @@@@ use the Bourne shell command `TERM=... e d13 3 a15 6 -#ifndef TERMINFO - if (strlen (tty->termcap_term_buffer) >= buffer_size) - emacs_abort (); - buffer_size = strlen (tty->termcap_term_buffer); -#endif tty->termcap_strings_buffer = area = xmalloc (buffer_size); d18 1 @ 1.3 log @Update emacs-snapshot to 24.0.50.20100602. Based on the patch provided by Makoto Fujiwara in PR 43415. Notable changes since 23.2: * Fix alloca definition when using gcc on non-gnu systems. * font.c (font_range): Return the range for the font found at first. * xdisp.c (init_iterator): Don't turn on bidi reordering in unibyte buffers. See http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html. @ text @d1 1 a1 1 $NetBSD$ d7 3 a9 3 --- src/term.c.orig 2010-06-02 16:53:42.000000000 +0000 +++ src/term.c @@@@ -3635,11 +3635,6 @@@@ use the Bourne shell command `TERM=... e d15 1 a15 1 - abort (); d18 1 a18 1 tty->termcap_strings_buffer = area = (char *) xmalloc (buffer_size); @ 1.2 log @Add RCS Id (hi roy!). @ text @d7 9 a15 6 --- src/term.c 2010-01-14 22:17:00.000000000 +0000 +++ src/term.c 2010-01-14 22:22:09.000000000 +0000 @@@@ -3593,7 +3593,6 @@@@ #ifndef TERMINFO if (strlen (tty->termcap_term_buffer) >= buffer_size) abort (); d17 1 a17 1 #endif d20 1 @ 1.1 log @When running terminfo but compiled for termcap, we cannot assume that we actually have anything useable in termcap_term_buffer so just use the terminfo fixed size defined ealier. @ text @d1 2 @