Ticket #41 (closed defect: duplicate)

Opened 15 years ago

Last modified 10 years ago

savannah: MC incorrectly completes directories with spaces

Reported by: ptsekov Owned by:
Priority: major Milestone: 4.8
Component: mc-vfs Version:
Keywords: Cc:
Blocked By: Blocking:
Branch state: no branch Votes for changeset:

Description (last modified by ossi) (diff)

Original: http://savannah.gnu.org/bugs/?16176

Submitted by:Pavel Tsekov <ptsekov>Submitted on:Fri 24 Mar 2006 02:53:25 PM UTC
Category:CoreSeverity:3 - Normal
Status:NonePrivacy:Public
Assigned to:NoneOpen/Closed:Open
Release:All versionsOperating System:All

Original submission:

This bugreport is based on information found it the Debian bug reporting system:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=326047

I confirmed that the bug exists and needs to be fixed. It is the 
following code from complete_engine () that causes the problem:

 if (!in->completions)
  {
    end = in->point;
    for (start = end ? end - 1 : 0; start > -1; start--)
      if (strchr (" \t;|<>", in->buffer[start]))
        break;
    if (start < end)
      start++;
    in->completions =
      try_complete (in->buffer, &start, &end, in->completion_flags);
  }

Change History

comment:1 Changed 15 years ago by slavazanko

Related ticket: #55

comment:2 Changed 15 years ago by winnie

  • Milestone set to VFS Standardisation

comment:3 Changed 15 years ago by metux

  • Blocked By 157 added

comment:4 Changed 15 years ago by ossi

this ticket is a subset of ticket 55, so it should be simply closed.

comment:5 Changed 14 years ago by andrew_b

  • Status changed from new to closed
  • Resolution set to duplicate
  • severity set to no branch
  • Blocked By 157 removed

comment:6 Changed 10 years ago by ossi

  • Description modified (diff)
  • Branch state set to no branch
  • Reporter changed from slavazanko to ptsekov
Note: See TracTickets for help on using tickets.