From owner-freebsd-questions@FreeBSD.ORG Fri Jul 5 16:02:14 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D0371976 for ; Fri, 5 Jul 2013 16:02:14 +0000 (UTC) (envelope-from carlj@peak.org) Received: from mail-pd0-f175.google.com (mail-pd0-f175.google.com [209.85.192.175]) by mx1.freebsd.org (Postfix) with ESMTP id A5B791468 for ; Fri, 5 Jul 2013 16:02:14 +0000 (UTC) Received: by mail-pd0-f175.google.com with SMTP id 4so2123501pdd.6 for ; Fri, 05 Jul 2013 09:02:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-authentication-warning:from:to:subject:references :mail-followup-to:date:in-reply-to:message-id:user-agent :mime-version:content-type:x-gm-message-state; bh=23kO8RcJoyW5hVMZDlhIbS6jtQv7Bc5uKO5KfiYLHxc=; b=c5rTzyZpavgiJHlhKNgp7A5SwotrpFb22OQO0FfzIfCG0v3IDelGfSykYLB/otfO9f rXWIc/LiFwMA2UdF6EesXVv7K8nzIhkMlUgwVKacR10kTEHqIyUSrQH4LvMv/rrEFbPP 6rutZFIy+1vHUzgqOyZR1kuetXmxIakW7TdtXbH+FcXGmUZUGBiyL4p0/n3hwrAeyj8E EP0nTQFkvblMs4fhXOivLo8xW8qnlC5a/cyDQwIhxn7iIughujxzmc51ZjcUHbrlT3Y2 xUyanWcUWBlpBkHUppS8U5SZR6ANAoKy7YUueZ331LPhRgb0/akFj77/Y7j4PUCW8PeZ 2t9w== X-Received: by 10.68.203.137 with SMTP id kq9mr10274795pbc.190.1373040128612; Fri, 05 Jul 2013 09:02:08 -0700 (PDT) Received: from birch.localnet ([207.55.103.135]) by mx.google.com with ESMTPSA id pv5sm4232385pac.14.2013.07.05.09.02.07 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 05 Jul 2013 09:02:07 -0700 (PDT) Received: from oak.localnet (oak.localnet [192.168.193.34]) by birch.localnet (Postfix) with ESMTP id 3B08E55E22 for ; Fri, 5 Jul 2013 09:02:05 -0700 (PDT) Received: from oak.localnet (localhost.localnet [127.0.0.1]) by oak.localnet (Postfix) with ESMTP id 084D2C365 for ; Fri, 5 Jul 2013 09:02:05 -0700 (PDT) Received: (from carlj@localhost) by oak.localnet (8.14.5/8.14.5/Submit) id r65G24NS044408; Fri, 5 Jul 2013 09:02:04 -0700 (PDT) (envelope-from carlj@peak.org) X-Authentication-Warning: oak.localnet: carlj set sender to carlj@peak.org using -f From: Carl Johnson To: freebsd-questions@freebsd.org Subject: Re: gvim GUI cannot be used References: <20130705104336.GA83719@googlemail.com> <20130705132000.e3d0c5dd466f6d6519c788b3@gmx.net> Mail-Followup-To: freebsd-questions@freebsd.org Date: Fri, 05 Jul 2013 09:02:04 -0700 In-Reply-To: <20130705132000.e3d0c5dd466f6d6519c788b3@gmx.net> (Jens Jahnke's message of "Fri, 5 Jul 2013 13:20:00 +0200") Message-ID: <87obahdmgz.fsf@oak.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gm-Message-State: ALoCoQlt53P4NpiIkpY2LPgI0uP40EWDL/RDCLDMHsc6Mmqir1BYywoJoK/bR0DwYub8EKbeLsdR X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jul 2013 16:02:14 -0000 Jens Jahnke writes: > Hi, > > On Fri, 5 Jul 2013 12:56:32 +0200 > CeDeROM wrote: > > C> Hey Raphael :-) Go to /usr/ports/editors/vim and make deinstall > C> reinstall it, that works for me, and it helps with dialogs in texmode > C> as well :-) > > for me this does not work. Unless I hack the Makefile and force it to > enable gui mode it just isn't compiled in. Try running 'make show-options' and see what you get. Mine shows that virtually everything is disabled. If I run 'make showconfig' then it shows no configurable options. -- Carl Johnson carlj@peak.org