DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 57HCfnNd3886886 Authentication-Results: delorie.com; dmarc=none (p=none dis=none) header.from=delorie.com Authentication-Results: delorie.com; spf=pass smtp.mailfrom=delorie.com X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 57HCfmmW3886869 Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: delorie.com; spf=pass smtp.mailfrom=gnu.org DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 57HCfmmW3886869 Authentication-Results: delorie.com; dkim=pass (2048-bit key, unprotected) header.d=gnu.org header.i=@gnu.org header.a=rsa-sha256 header.s=fencepost-gnu-org header.b=rNrIl9uk X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Subject:To:From:Date:mime-version:in-reply-to: references; bh=iJaUDSwx3eIGXomq/zAa/NrFiIXpmyAujFYSyxs0nyQ=; b=rNrIl9uku5nCIv ohmOaPokIXV/PWh3z4TWlHdzAn76ffH6PjIsKeUW48NVK4wz+t/RcoIeY3dpe19uuwu8oQR3aJz2h JTtj6iX2rAFiC/PgFeO8WX+lOSg1J5Zll79Vrle/9r8Ou74FfoMh/twT0QSVZtWzgcey0O7mK8xJB tpb0k0R2U18I6H9C2UZMDYV5wcIyHU6E0sr+G5M8nY/PBaYU5RQERBrdn07i5Ngy6woidvGgtBVYl 1C5bONlm1ChJCq6IFUyE8qB+oal8lZLrwx+JJiC7GjwaTpfLhI1/ajPZheg27ETyBzCUFV/ZC041V jk7/BCc9pf+vjiqVCdkQ==; Date: Sun, 17 Aug 2025 15:41:38 +0300 Message-Id: <86ikimi0hp.fsf@gnu.org> From: "Eli Zaretskii (eliz AT gnu DOT org) [via djgpp AT delorie DOT com]" To: djgpp AT delorie DOT com Subject: ANNOUNCE: DJGPP port of GNU Emacs 30.2 is now available Reply-To: djgpp AT delorie DOT com GNU Emacs 30 compiled with DJGPP v2.x is hereby available as part of the DJGPP archives. You should be able to download it from a mirror near you. Emacs is an extremely powerful, extensible, customizable editor. It serves as a programmer's editor, a programming environment, and much more. Some say it's an operating system in disguise. Others say it's a way of life... Apart of usual features you'd expect to find in an editor, Emacs offers many advanced editing features, and also many features that most editors usually don't have at all. Here are some of the advanced editing features that you should try (the names of relevant commands and optional packages are in parentheses): - support for every imaginable programming language on Earth (Ada, Assembly, Awk, C, C++, C#, Fortran, Go, Heex, IDL, Java, JS, Lua, Perl, PHP, Pascal, Prolog, Rust, Simula, Scheme, SQL, Tcl, VHDL, Texinfo, TeX, Nroff, SGML/HTML, Metafont, mix, Octave, Python, Ruby, PostScript, Vera) - compilation from within the editor (`M-x compile') - invoking Grep and Diff from within the editor (M-x grep, M-x diff) - user-extensible syntax highlighting (font-lock) - automatic highlighting of matching parentheses (paren) - finding function/macro definitions (M-.) - reading Info docs (info) and man pages (man) - interface to version control software (RCS, CVS, git, bzr, hg) (vc) - automatic expansion of partially-typed words (by pressing M-/) - passing part of a buffer to an external program, and inserting its output into the buffer (M-|, M-!) - saving and restoring of Emacs state between sessions (desktop) - color-enhanced comparison and merges of files and directories (ediff) - you can use Emacs as a word processor (enriched) - you can use Emacs as a hex editor of binary files (hexl) - integrated spell-checking (ispell) - printing (`M-x lpr-buffer' and `M-x ps-print-buffer') - built-in sorting of files, buffers, or parts thereof (sort) - emulation of other editors (EDT, TPU, vi, Brief, even WordStar) Here are some of the features you probably won't expect to find in an editor: - editing compressed archives--zip, zoo, lzh, tar, etc.--(arc-mode) - ``editing'' a directory: use Emacs as a file manager (dired) - editing of compressed files (jka-compr) - display of calendar (calendar) and holydays (holyday), and management of appointment diary (diary) - computation of lunar phases (lunar) and sunrise/sunset (solar) - packages for reading email (RMAIL) and news groups (Gnus) - games (tetris, gomoku, life, solitaire) - invoking arbitrary commands at certain time: you can use Emacs as your system manager or a cron daemon (midnight) Emacs 30 has several significant improvements and enhancements as compared to previous versions; it is also somewhat larger. (On the other hand, typical desktop machines got much faster and memory-abundant.) Enjoy.